projects
/
ghc-hetmet.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Remove CONSTR_CHARLIKE and CONSTR_INTLIKE closure types
[ghc-hetmet.git]
/
utils
/
hp2ps
/
Reorder.h
1
#ifndef REORDER_H
2
#define REORDER_H
3
4
void Reorder PROTO((void));
5
int OrderOf PROTO((char *));
6
void OrderFor PROTO((char *, int));
7
8
#endif /* REORDER_H */