Use List String for module name, add abstraction for loading files (prep for LSP)
Some checks failed
Publish Playground / build (push) Has been cancelled
Publish Playground / deploy (push) Has been cancelled

This commit is contained in:
2026-02-11 19:46:04 -08:00
parent 7048553906
commit ad4dce9d0e
6 changed files with 187 additions and 178 deletions

View File

@@ -402,7 +402,7 @@ record ModContext where
modMetaCtx : MetaContext
-- longer term maybe drop this, put the operator decls in ctxDefs and collect them on import
ctxOps : Operators
modDeps : List QName
modDeps : List (List String)
-- Top level context.
-- Most of the reason this is separate is to have a different type