add namespaces to names
This commit is contained in:
@@ -3,7 +3,7 @@ module Auto2
|
||||
ptype World
|
||||
pfunc log : {A : U} -> A -> World := `(_, a) => console.log(a)`
|
||||
|
||||
ptype Int
|
||||
|
||||
pfunc i_plus : Int -> Int -> Int := `(x,y) => x + y`
|
||||
|
||||
data Nat : U where
|
||||
|
||||
Reference in New Issue
Block a user