Implements a type into which any other type can be embedded. Check out this link for a discussion: http://ocaml.janestreet.com/?q=node/18
8 people like thisPosted: 13 years ago by Ademar Gonzalez
OCaml original here : http://eigenclass.org/R2/writings/heterogeneous-containers-in-ocaml
9 people like thisPosted: 12 years ago by Ademar Gonzalez
Minimal Inversion of Control (IoC) Container for Dependency Injection (DI) in under 100 lines of code. Implements the 3 Rs of DI: Register, Resolve, Release. Note: missing thread safety and fluent interface.
13 people like thisPosted: 13 years ago by Phillip Trelford