History log of /seL4-l4v-10.1.1/HOL4/src/res_quan/src/res_quanLib.sml
Revision Date Author Comments
# 6a81a039 21-May-2018 Michael Norrish <Michael.Norrish@nicta.com.au>

Remove TABs from src

Will also make selftest to check that they aren't introduced


# ab124041 23-Oct-2017 Mario [Castelán Castro] <marioxcc@example.org>

Swap res_quanTools and res_quanLib.


# cdc319bd 16-Nov-2001 Joe Hurd <joe@gilith.com>

A complete overhaul of the restricted quantifier library.
Now all the tools regard
!x :: P. M x
as a way of expressing
!x. x IN P ==> M x
instead of
!x. P x ==> M x


# 58841e67 29-Apr-1999 Michael Norrish <Michael.Norrish@nicta.com.au>

Initial revision