Follow upstream changes -- Bytestring updates
[git-darcs-import.git] / src / gadts.h
blob552aba4bf4c16ec673f646fe81168792827a98c8
1 #ifdef GADT_WITNESSES
3 #define C(contexts) contexts
4 #define FORALL(types) forall types.
6 #else
8 #define C(contexts)
9 #define FORALL(types)
11 #endif