src/CCL/ROOT
author wenzelm
Wed, 21 Aug 2019 15:19:31 +0200
changeset 70600 6e97e31933a6
parent 69319 baccaf89ca0d
child 70675 efd995488228
permissions -rw-r--r--
more scalable buffer: produce compact chunks on the fly, avoid too many small particles that might congest heap management;

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"