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


Last edited on 2005-12-01 23:15:27 by StephenWeeks.