MLton 20051202 MLtonCont
Home  Index  
signature MLTON_CONT =
   sig
      type 'a t

      val callcc: ('a t -> 'a) -> 'a
      val prepend: 'a t * ('b -> 'a) -> 'b t
      val throw: 'a t * 'a -> 'b
      val throw': 'a t * (unit -> 'a) -> 'b
   end


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