packages feed

llvm-dsl-0.1.2: src/debug-off/LLVM/DSL/Dump.hs

module LLVM.DSL.Dump (writer) where

import qualified LLVM.Core as LLVM

writer :: String -> IO (String -> LLVM.Module -> IO ())
writer _name = return $ const $ const $ return ()