parse types
This commit is contained in:
@@ -139,9 +139,6 @@ instance IsString (Expr b) where
|
||||
instance IsString Type where
|
||||
fromString = TyVar
|
||||
|
||||
instance Semigroup (Program b) where
|
||||
(<>) = coerce $ (<>) @[ScDef b]
|
||||
|
||||
instance (Hashable b) => Semigroup (Program b) where
|
||||
(<>) = undefined
|
||||
|
||||
|
||||
Reference in New Issue
Block a user