projects
/
ohcount
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fixes recursion bug in disambiguate_in().
[ohcount]
/
test
/
src_dir
/
limbo.m
1
Htmlent: module {
2
PATH: con "/dis/lib/htmlent.dis";
3
entities: array of (string, int);
4
5
init: fn();
6
lookup: fn(name: string): int;
7
conv: fn(s: string): string;
8
};