]> xenbits.xensource.com Git - xcp/xen-api-libs.git/commit
stdext/Either: A module for type ('a, 'b) t = Left of 'a | Right of 'b
authorMatthias Goergens <Matthias.Goergens@citrix.com>
Thu, 17 Jun 2010 21:16:18 +0000 (22:16 +0100)
committerMatthias Goergens <Matthias.Goergens@citrix.com>
Thu, 17 Jun 2010 21:16:18 +0000 (22:16 +0100)
commit91bfbad6075b3a832c844a087a1407b8efa94472
tree4398e75789a7e0d8bfef6da9008426d20f5e11ff
parent74f75805af788c9131ef2b6cb81a29e9866e891e
stdext/Either: A module for type ('a, 'b) t = Left of 'a | Right of 'b
and helper functions.

Signed-off-by: Matthias Goergens <matthias.goergens@citrix.com>
stdext/Makefile
stdext/either.ml [new file with mode: 0644]
stdext/either.mli [new file with mode: 0644]