Visible infix info from imports

This commit is contained in:
2024-10-22 22:08:34 -07:00
parent 19b42d72e5
commit fe323618e7
8 changed files with 79 additions and 60 deletions

View File

@@ -366,7 +366,7 @@ record TopContext where
errors : IORef (List Error)
||| loaded modules
loaded : List String
ops : List OpDef
-- we'll use this for typechecking, but need to keep a TopContext around too.
public export