Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Documentation
combineLeft :: Combine t2 t t1 t3 -> t2 t1 t3 Source #
combineRight :: Combine t t2 t1 t3 -> t2 t1 t3 Source #
runImpW2RunImpWR :: RunImpW repr h x -> RunImpWR repr h x Source #
runImpWR2RunImpW :: RunImpWR repr h x -> RunImpW repr h x Source #
module DDF.ImportMeta