SmtLib-0.1.0.0: Library for parsing SMTLIB2

CopyrightRogério Pontes 2015
LicenseWTFPL
Maintainerrogerp62@outlook.com
Stabilitystable
Safe HaskellSafe-Inferred
LanguageHaskell2010

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