repline icon indicating copy to clipboard operation
repline copied to clipboard

Add `mapHaskelineT` to interact with the underlying monad

Open janmasrovira opened this issue 1 year ago • 0 comments

Since the constructor HaskelineT is not exported, something like mapHaskelineT is needed to somehow interact with the underlying monad.

For instance, in order to implement local for the MonadReader instance, we need either the constructor or mapHaskelineT.

janmasrovira avatar May 25 '23 21:05 janmasrovira