llvm-dsl-0.0: Support for writing an EDSL with LLVM-JIT as target

Safe HaskellSafe-Infered

LLVM.DSL.Debug.Counter

Documentation

newtype T ident Source

Constructors

Cons Int 

Instances

Enum (T ident) 
Eq (T ident) 
Ord (T ident) 

format :: Int -> T ident -> StringSource

new :: IO (IORef (T ident))Source

next :: IORef (T ident) -> IO (T ident)Source