mirror of
https://github.com/GaloisInc/macaw.git
synced 2024-12-28 08:34:23 +03:00
Revise parameterized-utils list cons.
This commit is contained in:
parent
da8d7a0c7a
commit
0c9efc984c
@ -141,7 +141,7 @@ instance Show (TypeRepr tp) where
|
||||
show BoolTypeRepr = "bool"
|
||||
show (BVTypeRepr w) = "[" ++ show w ++ "]"
|
||||
show (TupleTypeRepr P.Nil) = "()"
|
||||
show (TupleTypeRepr (h P.:> z)) =
|
||||
show (TupleTypeRepr (h P.:< z)) =
|
||||
"(" ++ show h ++ foldrFC (\tp r -> "," ++ show tp ++ r) ")" z
|
||||
|
||||
instance KnownRepr TypeRepr BoolType where
|
||||
|
Loading…
Reference in New Issue
Block a user