ihaskell-0.11.0.0: A Haskell backend kernel for the Jupyter project.
Safe HaskellNone
LanguageHaskell2010

IHaskell.Convert.Args

Description

 
Synopsis

Documentation

data ConvertSpec (f :: Type -> Type) Source #

ConvertSpec is the accumulator for command line arguments

fromJustConvertSpec :: ConvertSpec Maybe -> ConvertSpec Identity Source #

Convert a possibly-incomplete specification for what to convert into one which can be executed. Calls error when data is missing.