packages feed

llvm-hs-4.0.0.0: src/LLVM/Context.hs

-- | functions for the LLVM Context object which holds thread-scope state
module LLVM.Context (
  Context,
  withContext
  ) where

import LLVM.Internal.Context