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

Safe HaskellNone
LanguageHaskell2010

IHaskell.Convert.Args

Description

 
Synopsis

Documentation

data ConvertSpec f #

ConvertSpec is the accumulator for command line arguments

fromJustConvertSpec :: ConvertSpec Maybe -> ConvertSpec Identity #

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