You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{-# LANGUAGE GADTs #-}
{-# LANGUAGE ExistentialQuantification #-}
moduleMainwheremain::IO()
main =pure()dataXf=Monadf=>XdataYab= a ~ b => YdataZabwhereZ::Zaa
The tactics plugin cannot derive any of the following holes:
-- Monad f from Xfun1::Xf->a->fa
fun1 X= _ -- pure-- a ~ bfun2:: (a~b) =>a->b
fun2 = _ -- id-- a ~ b from Yfun3::Yab->a->b
fun3 Y= _ -- id-- a ~ b from Zfun4::Zab->a->b
fun4 Z= _ -- id