namelist-0.1.0: fortran90 namelist parser/pretty printer

Safe HaskellSafe-Inferred
LanguageHaskell2010

Text.Namelist.Types

Documentation

data Key Source

Constructors

Key (CI String) 
Indexed (CI String) [Index] 
Sub (CI String) Key 

data Pair Source

Constructors

Key := Value