src/HOL/UNITY/ROOT.ML
author huffman
Wed, 20 Oct 2010 19:40:02 -0700
changeset 40046 ba2e41c8b725
parent 33615 261abc2e3155
child 41892 2386fb64feaf
permissions -rw-r--r--
introduce function strict :: 'a -> 'b -> 'b, which works like Haskell's seq; use strict instead of strictify in various definitions

(*  Author:     Lawrence C Paulson, Cambridge University Computer Laboratory
    Copyright   1998  University of Cambridge
*)

(*Verifying security protocols using UNITY*)
no_document use_thys ["../Auth/Public"];

use_thys [
  "UNITY_Main",     (*Basic meta-theory*)
  "UNITY_Examples"  (*Examples*)
];