SCM Repository
View of /sml/branches/SMLNJ/src/compiler/FLINT/kernel/debindex.sig
Parent Directory
|
Revision Log
Revision 418 -
(download)
(as text)
(annotate)
Fri Sep 3 23:51:27 1999 UTC (21 years, 4 months ago) by monnier
File size: 662 byte(s)
Fri Sep 3 23:51:27 1999 UTC (21 years, 4 months ago) by monnier
File size: 662 byte(s)
version 110.20
(* COPYRIGHT (c) 1997 YALE FLINT PROJECT *) (* debindex.sig *) signature DEB_INDEX = sig eqtype depth eqtype index val top : depth val next : depth -> depth val prev : depth -> depth val eq : depth * depth -> bool val calc : depth * depth -> index val cmp : depth * depth -> order val dp_print : depth -> string val dp_key : depth -> int val dp_toint: depth -> int val dp_fromint: int -> depth val di_print : index -> string val di_key : index -> int val di_toint: index -> int val di_fromint: int -> index val innermost : index val innersnd : index val di_inner : index -> index end (* signature DEB_INDEX *)
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |