liquidhaskell-0.8.0.2: Liquid Types for Haskell

Safe HaskellNone
LanguageHaskell98

Language.Haskell.Liquid.Bare.Lookup

Contents

Synopsis

Documentation

class Symbolic a => GhcLookup a where Source #

Querying GHC for Id, Type, Class, Con etc. --------------------------------

Minimal complete definition

lookupName, srcSpan

lookupGhcVar :: GhcLookup a => a -> BareM Var Source #

It's possible that we have already resolved the Name we are looking for, but have had to turn it back into a String, e.g. to be used in an Expr, as in {v:Ordering | v = EQ}. In this case, the fully-qualified Name (GHC.Types.EQ) will likely not be in scope, so we store our own mapping of fully-qualified Names to Vars and prefer pulling Vars from it.

Orphan instances

Symbolic FieldLabel Source # 

Methods

symbol :: FieldLabel -> Symbol