1
1
mirror of https://github.com/github/semantic.git synced 2024-12-20 21:31:48 +03:00

🔥 getUnspecialized.

This commit is contained in:
Rob Rix 2018-05-06 15:58:12 -04:00
parent 7f6c1ea5e2
commit 05baa63939

View File

@ -173,7 +173,7 @@ throwEvalError = throwResumable
data Unspecialized a b where
Unspecialized :: { getUnspecialized :: Prelude.String } -> Unspecialized value value
Unspecialized :: Prelude.String -> Unspecialized value value
instance Eq1 (Unspecialized a) where
liftEq _ (Unspecialized a) (Unspecialized b) = a == b