MLton 20070826 MLtonWord
Home  Index  
signature MLTON_WORD =
   sig
      type t
         
      val rol: t * word -> t
      val ror: t * word -> t
   end


Last edited on 2007-08-23 03:45:58 by MatthewFluet.