Checkpoint some stuff so I can rollback the rest.

This commit is contained in:
2023-09-30 06:40:54 -07:00
parent 1f2afb279e
commit 349115d055
4 changed files with 83 additions and 8 deletions

View File

@@ -11,6 +11,7 @@ data Kind
| Symbol
| Space
| Comment
| Pragma
-- not doing Layout.idr
| LBrace
| Semi
@@ -30,7 +31,7 @@ Show Kind where
show RBrace = "RBrace"
show Comment = "Comment"
show EOI = "EOI"
show Pragma = "Pragma"
export
Eq Kind where
Ident == Ident = True