MLton 20100608 MLtonWord
Home  Index  
signature MLTON_WORD =
   sig
      type t

      val bswap: t -> t
      val rol: t * word -> t
      val ror: t * word -> t
   end


Last edited on 2008-02-20 15:28:17 by MatthewFluet.