liquidhaskell-0.3.0.0: src/Language/Haskell/Liquid/Bare.hs
-- | This module contains the functions that convert /from/ descriptions of
-- symbols, names and types (over freshly parsed /bare/ Strings),
-- /to/ representations connected to GHC vars, names, and types.
-- The actual /representations/ of bare and real (refinement) types are all
-- in `RefType` -- they are different instances of `RType`
module Language.Haskell.Liquid.Bare (
GhcSpec (..)
, makeGhcSpec
) where
import Language.Haskell.Liquid.Bare.GhcSpec