boltzmann-brain-1.4: Boltzmann sampler compiler for combinatorial systems.

Copyright(c) Maciej Bendkowski 2017-2018
LicenseBSD3
Maintainermaciej.bendkowski@tcs.uj.edu.pl
Stabilityexperimental
Safe HaskellNone
LanguageHaskell2010

Data.Boltzmann.System.Parser

Description

Parser utilities meant to deal with input system specifications.

Synopsis

Documentation

parseSpec :: String -> IO (Either (ParseError Char Dec) (System Int)) Source #

Parses the given system specification.

parseFileSpec :: String -> IO (Either (ParseError Char Dec) (System Int)) Source #

Parses the given system specification from the given input file.