Copyright | (c) Anton Marchenko Mansur Ziatdinov 2016-2017 |
---|---|
License | BSD-3 |
Maintainer | gltronred@gmail.com |
Stability | provisional |
Portability | POSIX |
Safe Haskell | Safe |
Language | Haskell2010 |
This module provides interpreter for solution.
Documentation
Type for interpreter
getSolutions :: Solution b c -> [b -> c] Source #
Extract a list of solutions (functions that map input to output)