1 2 3 4 5 6 7 8 9 10 11 12 13 14
/** * Contains various more esoteric data structures. * * @author bjculkin * */ module esodata { exports bjc.data; exports bjc.esodata; exports bjc.functypes; exports bjc.funcdata.bst; exports bjc.funcdata.theory; exports bjc.funcdata; }