src/CCL/ROOT.ML
author haftmann
Tue, 17 Aug 2010 17:54:46 +0200
changeset 38493 95a41e6ef5a8
parent 32740 9dd0a2f83429
child 38798 89f273ab1d42
permissions -rw-r--r--
enforcing a singleton type inference parameter after type inference and before fixation prevents multiple type variables in import during class declaration

(*  Title:      CCL/ROOT.ML
    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.
*)

Unsynchronized.set eta_contract;

use_thys ["Wfd", "Fix"];