| Copyright | Rogério Pontes 2015 |
|---|---|
| License | WTFPL |
| Maintainer | rogerp62@outlook.com |
| Stability | stable |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Smtlib.Parsers.CommonParsers
Description
This module contains some auxiliar parsers, used to parse commands or responses.
Documentation
(<:>) :: Applicative f => f a -> f [a] -> f [a] Source
(<++>) :: Applicative f => f [a] -> f [a] -> f [a] Source