Browse thread
'_a
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Jacques Carette <carette@m...> |
| Subject: | RE: [Caml-list] Re: '_a |
> What about the possibility to include possible exceptions into a > function signature (a la java)? Does this have problems with type > inference? I would love an (optional?) way to get the type signature of my functions to reflect their non-totalness (exceptions + anything else), as well as reflecting their 'imperative' content [ie which state variables are used]. In fact, any such 'monadic' information that can be automatically inferred would be really useful to have (optionally). I guess these are known as 'types and effects' systems. Jacques