Has `OptionT` (or any of the `MonadT`) constructor...
# arrow
r
Has
OptionT
(or any of the
MonadT
) constructors been moved/replaced in the 0.10.0-snapshot? Can’t seem to figure out how to import/install them.
s
They are under the mtl artifact.. You can find the dependencies here https://next.arrow-kt.io/docs/quickstart/libraries/
r
Thanks! That did the trick.