History log of /seL4-l4v-master/HOL4/src/coalgebras/pathScript.sml
Revision Date Author Comments
# 8566e629 09-Aug-2020 Michael Norrish <michael.norrish@data61.csiro.au>

Allow Unicode lambda (λ, U+03BB) in src/

This is because writing things like (\(x,y). x + y) puts editor modes
into strange states when they think the second left-parenthesis has
been "escaped". Allowing a lambda to be used here gives us a chance to
avoid confusing editors, and who wouldn't want that?


# 8af03f58 13-Feb-2020 Michael Norrish <michael.norrish@data61.csiro.au>

Link fixedPointTheory to earlier (more general) posetTheory

Could dispense with some of the proofs entirely and just use what's in
posetTheory except that the less general proofs make it clear (by
inspection of the definitions) that lfp and gfp on sets are formed by
using BIGINTER and BIGUNION respectively. This info is hidden by the
generic proofs in posetTheory, which just give you that the fix-points
exist (internally, they are constructed by appeal to the glb and lub
known to exist in the complete po).


# e1e8a606 01-May-2019 Michael Norrish <Michael.Norrish@nicta.com.au>

Get src/coalgebras to build given tight-equality


# 3f742c54 29-Oct-2017 Michael Norrish <Michael.Norrish@nicta.com.au>

Merge src/llist and src/path into new src/coalgebras