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.Compiler

Description

General framework of system compilers.

Synopsis

Documentation

class Configuration a where Source #

Compiler configurations.

Minimal complete definition

config, compile

Methods

config :: PSystem Double -> String -> String -> a Source #

compile :: a -> IO () Source #