di icon indicating copy to clipboard operation
di copied to clipboard

Easy and powerful typeful logging without monad towers, in Haskell.

Results 15 di issues
Sort by recently updated
recently updated
newest added

Not sure if this is possible from a *practical* point of view. Maybe something like this? ```haskell class (MonadDi level' path' msg' m', MonadDi level path msg m) => MonadDi...