nf the types, block comments, more eq example now that we have implicits
This commit is contained in:
@@ -23,4 +23,4 @@ compile l (App t u) = compile l t <+> "(" <+> compile l u <+> ")"
|
||||
|
||||
compile l U = "undefined"
|
||||
compile l (Pi str icit t u) = "undefined"
|
||||
compile l (Meta k) = ?fixme_zonk
|
||||
compile l (Meta k) = text "ZONKME \{show k}"
|
||||
|
||||
Reference in New Issue
Block a user