add namespaces to names
This commit is contained in:
@@ -63,7 +63,7 @@ infixr 1 _,_
|
||||
data Pair : U -> U -> U where
|
||||
_,_ : ∀ A B. A -> B -> Pair A B
|
||||
|
||||
ptype Int
|
||||
|
||||
|
||||
test : Maybe Int
|
||||
test = pure 10
|
||||
|
||||
Reference in New Issue
Block a user