Checkpoint what I'd previously been working on.
This commit is contained in:
10
src/Lib/Check.idr
Normal file
10
src/Lib/Check.idr
Normal file
@@ -0,0 +1,10 @@
|
||||
module Lib.Check
|
||||
|
||||
import Lib.Parser.Impl
|
||||
import Lib.TT
|
||||
|
||||
|
||||
record Cxt where
|
||||
env : List Val
|
||||
|
||||
pos : SourcePos
|
||||
Reference in New Issue
Block a user