Skip to content

Instantly share code, notes, and snippets.

View ethnt's full-sized avatar
🐢

Ethan Turkeltaub ethnt

🐢
View GitHub Profile
cd $CHROMIUM_ROOT/src/chrome
sudo ../third_party/scons/scons.py Hammer
ethan@eturk:/var/www/labs/the$ ghc Setup.hs
Setup.o:(.text+0x46): undefined reference to `Cabalzm1zi8zi0zi6_DistributionziSimple_defaultMain_closure'
Setup.o:(.text+0xa9): undefined reference to `Cabalzm1zi8zi0zi6_DistributionziSimple_defaultMain_closure'
Setup.o:(.text+0xd9): undefined reference to `__stginit_Cabalzm1zi8zi0zi6_DistributionziSimple_'
Setup.o:(.data+0x0): undefined reference to `Cabalzm1zi8zi0zi6_DistributionziSimple_defaultMain_closure'
Setup.o:(.data+0x18): undefined reference to `Cabalzm1zi8zi0zi6_DistributionziSimple_defaultMain_closure'
collect2: ld returned 1 exit status
darcs get http://darcsden.com/alex/the
cd the
cabal install
the boolean.the
bash: /usr/bin/the: No such file or directory
PATH=$PATH:~/.cabal/bin
export PATH
"foo" write
"1" print
integer = 1;
int = 11;
list = [1, 2];
char = 'a';
string = "abc";
double = 1.0;
float = 1.0e;
block = { a b | a + b };
--- This is a comment.
--- Here are all the definition types.
integer = 1;
list = [1, 2];
char = "a";
string = "abc";
double = 1.0;
block = { a b | a + b };