Hotfix: add missing Scoped instances
This commit is contained in:
parent
31b5ffbeef
commit
f1938eb2af
@ -114,8 +114,7 @@ addLocalScopes tree =
|
|||||||
where
|
where
|
||||||
tree0 = either (error . show) id $ runCatch $ unLetRec tree
|
tree0 = either (error . show) id $ runCatch $ unLetRec tree
|
||||||
tree1 = addNameCategories tree0
|
tree1 = addNameCategories tree0
|
||||||
-- envWithREfs = getEnvTree tree0
|
envWithRefs = getEnvTree tree0
|
||||||
envWithRefs = undefined
|
|
||||||
|
|
||||||
unLetRec
|
unLetRec
|
||||||
:: forall xs m
|
:: forall xs m
|
||||||
@ -412,4 +411,5 @@ instance Scoped a CollectM (LIGO a) FieldName
|
|||||||
instance Scoped a CollectM (LIGO a) (Err Text)
|
instance Scoped a CollectM (LIGO a) (Err Text)
|
||||||
instance Scoped a CollectM (LIGO a) Language
|
instance Scoped a CollectM (LIGO a) Language
|
||||||
instance Scoped a CollectM (LIGO a) Parameters
|
instance Scoped a CollectM (LIGO a) Parameters
|
||||||
-- instance Scoped a CollectM (LIGO a) Ctor(Contains Range xs, Eq (Product xs), Scoped (Product xs) CollectM (Tree RawLigoList (Product xs)) ReasonExpr)
|
instance Scoped a CollectM (LIGO a) Ctor
|
||||||
|
instance Scoped a CollectM (LIGO a) ReasonExpr
|
Loading…
Reference in New Issue
Block a user