SCM Repository
[smlnj] / sml / branches / blume-private-devel / src / system / Basis / Implementation / bit-flags.sig |
View of /sml/branches/blume-private-devel/src/system/Basis/Implementation/bit-flags.sig
Parent Directory
|
Revision Log
Revision 1452 -
(download)
(as text)
(annotate)
Mon Feb 9 20:33:28 2004 UTC (16 years, 11 months ago)
File size: 558 byte(s)
Mon Feb 9 20:33:28 2004 UTC (16 years, 11 months ago)
File size: 558 byte(s)
This commit was manufactured by cvs2svn to create branch 'blume-private-devel'.
(* bit-flags.sml * * COPYRIGHT (c) 2003 The Fellowship of SML/NJ * * Signature for bit flags. * *) signature BIT_FLAGS = sig eqtype flags val toWord : flags -> SysWord.word val fromWord : SysWord.word -> flags val all : flags val flags : flags list -> flags (* union *) val intersect : flags list -> flags (* intersection *) val clear : flags * flags -> flags (* set difference flipped *) val allSet : flags * flags -> bool (* subseteq *) val anySet : flags * flags -> bool (* non-empty intersection *) end
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |