Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
liquid-fixpoint Language.Fixpoint.Horn.Types p1 ... pn
-
liquid-fixpoint Language.Fixpoint.Horn.Types HPred is a Horn predicate that appears as LHS (body) or RHS (head) of constraints
module Language.Fixpoint.
Parse No documentation available.
-
liquid-fixpoint Language.Fixpoint.Parse No documentation available.
-
liquid-fixpoint Language.Fixpoint.Parse No documentation available.
-
liquid-fixpoint Language.Fixpoint.Parse The parser state. We keep track of the fixities of infix operators. We also keep track of whether empty list and singleton lists syntax is allowed (and how they are to be interpreted, if they are). We also keep track of an integer counter that can be used to supply unique integers during the parsing process. Finally, we keep track of the layout stack.
class (Fixpoint v, Ord v) =>
ParseableV vliquid-fixpoint Language.Fixpoint.Parse A class to parse symbols liquid-fixpoint parses Symbol and LiquidHaskell instantiates this to LocSymbol for more precise error messages. If liquid-fixpoint is adapted to parse names as LocSymbol as well, this class can be eliminated.
-
liquid-fixpoint Language.Fixpoint.Parse No documentation available.
type
ParserV v = StateT PStateV v Parsec Void Stringliquid-fixpoint Language.Fixpoint.Parse No documentation available.
-
liquid-fixpoint Language.Fixpoint.Smt.Interface No documentation available.