Jump to source for imports

This commit is contained in:
2026-02-24 10:28:59 -08:00
parent ccdb15c6ec
commit 90e4bba766
4 changed files with 24 additions and 20 deletions

View File

@@ -26,6 +26,7 @@ addPrimitives = do
pure top.currentMod
record FileSource where
baseDir : String
getFile : FC String M (String × String)
parseDecls : String Operators TokenList SnocList Decl M (List Decl × Operators)