SCM Repository
View of /sml/trunk/src/smlnj-lib/PP/src/pp-token-sig.sml
Parent Directory
|
Revision Log
Revision 7 -
(download)
(annotate)
Sun Jan 18 00:59:30 1998 UTC (23 years ago) by monnier
File size: 286 byte(s)
Sun Jan 18 00:59:30 1998 UTC (23 years ago) by monnier
File size: 286 byte(s)
Initial revision
(* pp-token-sig.sml * * COPYRIGHT (c) 1997 Bell Labs, Lucent Technologies. * * User-defined pretty-printer tokens. *) signature PP_TOKEN = sig type token type style val string : token -> string val style : token -> style val size : token -> int end;
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |