src/CCL/ROOT
author wenzelm
Fri, 08 Feb 2019 14:42:28 +0100
changeset 69794 a19fdf64726c
parent 69319 baccaf89ca0d
child 70675 efd995488228
permissions -rw-r--r--
tuned signature: proper exports;

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.
  "
  sessions
    FOL
  theories
    Wfd
    Fix
    (* Examples for Classical Computational Logic *)
    "ex/Nat"
    "ex/List"
    "ex/Stream"
    "ex/Flag"