cryptol-2.5.0: Cryptol: The Language of Cryptography

Safe HaskellSafe
LanguageHaskell98

Cryptol.TypeCheck.Solver.Types

Documentation

data Solved Source #

Constructors

SolvedIf [Prop]

Solved, assuming the sub-goals.

Unsolved

We could not solve the goal.

Unsolvable TCErrorMessage

The goal can never be solved.

Instances

matchThen :: Maybe a -> (a -> Solved) -> Solved Source #