src/Pure/ML-Systems/polyml-5.1.ML
author wenzelm
Fri, 03 Oct 2008 21:06:38 +0200
changeset 28490 40c3f900c457
parent 28254 d67ba23e0277
child 28836 dd361ca41f69
permissions -rw-r--r--
removed obsolete Posix/Signal compatibility wrappers;

(*  Title:      Pure/ML-Systems/polyml-5.1.ML
    ID:         $Id$

Compatibility wrapper for Poly/ML 5.1.
*)

open Thread;
use "ML-Systems/polyml_common.ML";
use "ML-Systems/polyml_old_compiler5.ML";

val pointer_eq = PolyML.pointerEq;