Lysxia / first-class-families

First-class type families
https://hackage.haskell.org/package/first-class-families
MIT License
86 stars 12 forks source link

Export `Fcf.Combinators.(>>=)` #51

Closed gspia closed 5 months ago

gspia commented 1 year ago

The export list looks like

module Fcf.Combinators
  ( Pure
  , Pure1
  , Pure2
  , Pure3
  , type (=<<)
  , type (<=<)
  , LiftM
  , LiftM2
  , LiftM3
  , Join
  , type (<$>)
  , type (<*>)
  , Flip
  , ConstFn
  , type ($)
  ) where

Would exporting also the Fcf.Combinators.(>>=) be ok?

(This was partly touched at https://github.com/gspia/fcf-containers/issues/15.)

Lysxia commented 5 months ago

This was actually added in the source a while back (https://github.com/Lysxia/first-class-families/pull/14) but I forgot to export it... Now exported in 0.8.1.0.