h2jvm
Safe HaskellNone
LanguageGHC2021

JVM.Data.Convert.Monad

Documentation

runConvertM :: forall (r :: [(Type -> Type) -> Type -> Type]) a. Eff ((ConstantPool :: (Type -> Type) -> Type -> Type) ': (Error CodeConverterError ': r)) a -> Eff r (Either CodeConverterError (a, ConstantPoolState)) Source #