From 312095cf8cabf9fa09c5f71feb0f8f86673de69d Mon Sep 17 00:00:00 2001 From: Simon Brand Date: Fri, 29 Sep 2017 19:44:23 +0100 Subject: [PATCH] Initial commit --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e6f2a39 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# monadic-optional-new +Work in progress implementation of std::optional with monadic extensions