This commit is contained in:
2025-07-18 20:47:45 -04:00
parent bb2ae861b3
commit 800cec28de
9 changed files with 86 additions and 64 deletions

View File

@@ -92,8 +92,8 @@ fcCol (MkFC file (l, c)) = c
class HasFC a where
getFC : a -> FC
primNS : List String
primNS = ("Prim" :: Nil)
emptyFC : FC
emptyFC = MkFC "" (0,0)