src/CCL/ROOT
author wenzelm
Sat, 10 Nov 2018 19:01:20 +0100
changeset 69281 599b6d0d199b
parent 69272 15e9ed5b28fb
child 69319 baccaf89ca0d
permissions -rw-r--r--
tuned signature;

chapter CCL

session CCL = Pure +
  description \<open>
    Author:     Martin Coen, Cambridge University Computer Laboratory
    Copyright   1993  University of Cambridge

    Classical Computational Logic based on First-Order Logic.

    A computational logic for an untyped functional language with
    evaluation to weak head-normal form.
\<close>
  sessions
    FOL
  theories
    Wfd
    Fix

    (* Examples for Classical Computational Logic *)
    "ex/Nat"
    "ex/List"
    "ex/Stream"
    "ex/Flag"