preliminary parser for data

This commit is contained in:
2023-04-10 21:48:36 -07:00
parent 60dc4c4f08
commit 0358f224ae
2 changed files with 14 additions and 8 deletions

View File

@@ -55,7 +55,7 @@ data Decl
= TypeSig Name TyTerm
| Def Name Term
| DImport Name
| Data Name Telescope (List ConstrDef)
| Data Name Term (List Decl)
public export
record Module where