Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Polysemy.Internal.Sing
Documentation
class ListOfLength (n :: Nat) (l :: [Effect]) where Source #
Methods
listOfLength :: SList l Source #
Instances
(ListOfLength (n - 1) xs, l ~ (x ': xs)) => ListOfLength n l Source # | |
Defined in Polysemy.Internal.Sing Methods listOfLength :: SList l Source # | |
l ~ ('[] :: [Effect]) => ListOfLength 0 l Source # | |
Defined in Polysemy.Internal.Sing Methods listOfLength :: SList l Source # |