ihaskell-0.4.3.0: A Haskell backend kernel for the IPython project.

Safe HaskellNone

IHaskell.Convert.Args

Description

 

Synopsis

Documentation

data ConvertSpec f Source

ConvertSpec is the accumulator for command line arguments

fromJustConvertSpec :: ConvertSpec Maybe -> ConvertSpec IdentitySource

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