liquid-fixpoint-0.1.0.0: Predicate Abstraction-based Horn-Clause/Implication Constraint Solver

Safe HaskellNone

Language.Fixpoint.Sort

Contents

Description

This module has the functions that perform sort-checking, and related operations on Fixpoint expressions and predicates.

Synopsis

Checking Well-Formedness

checkSorted :: Checkable a => SEnv Sort -> a -> Maybe DocSource

checkSortedReft :: SEnv SortedReft -> [Symbol] -> SortedReft -> Maybe DocSource

Checking Refinements -----------------------------------------------