packages feed

hyper-0.2.1.0: src/Hyper.hs

{-# LANGUAGE FlexibleInstances #-}
module Hyper (
    -- * Synopsis
    -- | Visualizing and representing Haskell values in the HyperHaskell interpreter.
    
    -- * Graphics
    Graphic, string, html,
    
    -- * Display class
    Display(..),
    
    -- * Internal
    displayIO, addFinalizerSession,
    ) where

import Hyper.Internal