Hi all,

Is there any literature on types in ATS such as &int? >> int?

fun ret_zero() : int =
  let
    fun initize(x : &int? >> int) : void =
      x := 0
    var ret: int
    val () = initize(ret)
  in
    ret
  end

I know that linear types are well-grounded in linear logic, but I know
of no language that has this feature, and I cannot find any reference to
it while skimming Girard's work...

Cheers

-- 
You received this message because you are subscribed to the Google Groups 
"ats-lang-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/ats-lang-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ats-lang-users/4aba91ab-220c-ddc5-544c-f8c0a85abd27%40iohk.io.

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to