SSTG-0.1.1.7: STG Symbolic Execution

Safe HaskellSafe
LanguageHaskell2010

SSTG.Core.Language.Typing

Description

Typing Module

Synopsis

Documentation

class Typeable a where Source #

Typeable typeclass.

Minimal complete definition

typeOf

Methods

typeOf :: a -> Type Source #

Instances