This commit is contained in:
2025-09-29 10:50:22 -07:00
parent 36d9f81f61
commit a53c5b4fba
2 changed files with 0 additions and 4 deletions

View File

@@ -467,9 +467,6 @@ withPos (MkCtx lvl env types bds ctxFC) fc = (MkCtx lvl env types bds fc)
names : Context -> List String
names ctx = map fst ctx.types
-- public export
-- M : U -> U
-- M = (StateT TopContext (EitherT Error IO))
record M a where
constructor MkM