Mixfix operators

This commit is contained in:
2024-11-09 22:11:58 -08:00
parent 6abd97ee85
commit 91bb79a998
13 changed files with 250 additions and 44 deletions

View File

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