ihaskell-0.10.3.0: A Haskell backend kernel for the Jupyter project.
Safe HaskellSafe-Inferred
LanguageHaskell2010

IHaskell.Convert.Args

Description

 
Synopsis

Documentation

data ConvertSpec f 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.