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]
/
JQuery.hsb
1
{-# LANGUAGE OverloadedStrings #-}
2
module JQuery where
3
4
import Data.ByteString.Lazy.Char8
5
6
jQueryCode :: ByteString
7
jQueryCode = %blob "jquery.min.js"
8