Checkpoint what I'd previously been working on.

This commit is contained in:
2023-05-19 21:10:57 -07:00
parent 0358f224ae
commit 255e21f08a
6 changed files with 215 additions and 57 deletions

10
src/Lib/Check.idr Normal file
View File

@@ -0,0 +1,10 @@
module Lib.Check
import Lib.Parser.Impl
import Lib.TT
record Cxt where
env : List Val
pos : SourcePos