History log of /seL4-l4v-master/isabelle/src/Pure/term_ord.ML
Revision Date Author Comments
# 438cc573 20-Aug-2019 wenzelm <none@none>

clarified signature;


# 9dda44c3 01-Feb-2018 wenzelm <none@none>

clarified signature: prefer proper order operation;


# 628ac0ab 13-Jul-2011 wenzelm <none@none>

sub-structural sharing after Syntax.check phase, with global interning of logical entities (the latter is relevant when bypassing default parsing via YXML);
minor tuning;


# fceeb9a3 20-Jul-2010 wenzelm <none@none>

eliminated old-style sys_error/SYS_ERROR in favour of exception Fail -- after careful checking that there is no overlap with existing handling of that;
tuned some error messages;


# e3d0611a 27-Feb-2010 wenzelm <none@none>

modernized structure Term_Ord;


# 67e5ad64 27-Feb-2010 wenzelm <none@none>

further standard instances of functor Graph;


# e552e0c8 27-Feb-2010 wenzelm <none@none>

just one copy of structure Term_Graph (in Pure);


# 8babfe0e 01-Oct-2009 wenzelm <none@none>

added term_cache;
tuned;


# 94bb8be1 09-Jul-2009 wenzelm <none@none>

Sorttab in Pure;


# b063764f 09-Jul-2009 wenzelm <none@none>

renamed functor TableFun to Table, and GraphFun to Graph;


# e154e805 31-Dec-2008 wenzelm <none@none>

moved term order operations to structure TermOrd (cf. Pure/term_ord.ML);
tuned signature of structure Term;