Fix some strings that were messed up by the initial Idris -> Newt perl code

This commit is contained in:
2025-06-27 21:29:12 -07:00
parent 67d1e54ffb
commit 5743eb39ea
3 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ data Binder : U where
-- I don't have a show for terms without a name list
instance Show Binder where
show (MkBinder _ nm icit quant t) = "(\{show quant}\{nm} \{show icit} : ... :: Nil)"
show (MkBinder _ nm icit quant t) = "[\{show quant}\{nm} \{show icit} : ...]"
splitTele : Tm -> (Tm × List Binder)
splitTele = go Nil