llvm-extra-0.7.3: Utility functions for the llvm interface
LLVM.Extra.Multi.Iterator
takeWhile :: (a -> CodeGenFunction r (T Bool)) -> T r a -> T r aSource
countDown :: (Additive i, Comparison i, IntegerConstant i) => T i -> T r (T i)Source
take :: (Additive i, Comparison i, IntegerConstant i) => T i -> T r a -> T r aSource