Browse thread
Re: Proposal for study: Add a categorical Initial type to ocaml
- Damien Doligez
[
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: | 1999-10-13 (06:57) |
From: | Damien Doligez <Damien.Doligez@i...> |
Subject: | Re: Proposal for study: Add a categorical Initial type to ocaml |
>From: John Prevost <prevost@maya.com> >val Array.make_with_option (or something) : unit -> 'a option array > >which in some sort of "unsafe" mode doesn't actually initialize the >array and guarantee that all values are well-formed. That would break the invariants of the memory manager. -- Damien