danidiaz / dep-t

Dependency injection for records-of-functions.
http://hackage.haskell.org/package/dep-t
BSD 3-Clause "New" or "Revised" License
8 stars 2 forks source link

Bring `Bare`, `fromBare` & `toBare` from dep-t-dynamic into `Dep.Env`. #19

Closed danidiaz closed 2 years ago

danidiaz commented 2 years ago

They are are an alternative to bindPhase and skipPhase for building deeply nested Compose applications.

If they happen to work ok, bring them into Dep.Env.

danidiaz commented 2 years ago

Added in 1c7f8c7.