Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit fcfc816

Browse files
committed
Derive some more instances for Monotype.
1 parent c4fa4fa commit fcfc816

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

semantic-core/src/Analysis/Typecheck.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ data Monotype a
4343
| MMeta a
4444
| MArr (Monotype a) (Monotype a)
4545
| MRecord (Map.Map User (Monotype a))
46-
deriving (Eq, Functor, Ord, Show)
46+
deriving (Eq, Foldable, Functor, Ord, Show, Traversable)
4747

4848
type Meta = Int
4949

0 commit comments

Comments
 (0)