repo.or.cz
/
git-darcs-import.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Follow upstream changes -- Bytestring updates
[git-darcs-import.git]
/
src
/
gadts.h
blob
552aba4bf4c16ec673f646fe81168792827a98c8
1
#ifdef GADT_WITNESSES
2
3
#define C(contexts) contexts
4
#define FORALL(types) forall types.
5
6
#else
7
8
#define C(contexts)
9
#define FORALL(types)
10
11
#endif