shithub: mc

Download patch

ref: e2e380ad543bfcb0d806ed05ddad4a7034a95826
parent: 8b5f4d4fdea2570a444dec28569f65c43dcd0484
author: Ori Bernstein <[email protected]>
date: Fri Aug 9 12:25:43 EDT 2013

Add missing file

--- /dev/null
+++ b/libstd/maybe.myr
@@ -1,0 +1,6 @@
+pkg std =
+	type maybe(@a) = union
+		`Val	@a
+		`Nil
+	;;
+;;