projects
/
darcs-mirror-sem_syn.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Input and output codes now looks similar to Haskell (or Curry?)
[darcs-mirror-sem_syn.git]
/
BundledCode.hsb
1
{-# LANGUAGE OverloadedStrings #-}
2
module BundledCode where
3
4
import Data.ByteString.Lazy.Char8
5
6
bUtilCode :: ByteString
7
bUtilCode = %blob "BUtil.hs"
8