src/CCL/ROOT
author wenzelm
Thu, 17 Aug 2017 14:28:01 +0200
changeset 66444 6d2d993fa76e
parent 58974 cbc2ac19d783
child 66946 3d8fd98c7c86
permissions -rw-r--r--
clarified imports;

chapter CCL

session CCL = Pure +
  description {*
    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.
  *}
  options [document = false]
  sessions
    FOL
  theories
    Wfd
    Fix

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