SCM Repository
View of /sml/branches/SMLNJ/src/compiler/FLINT/kernel/debindex.sig
Parent Directory
|
Revision Log
Revision 245 -
(download)
(as text)
(annotate)
Sat Apr 17 18:47:12 1999 UTC (21 years, 9 months ago) by monnier
File size: 678 byte(s)
Sat Apr 17 18:47:12 1999 UTC (21 years, 9 months ago) by monnier
File size: 678 byte(s)
version 110.16
(* 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 *) (* * $Log$ *)
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |