diff --git a/.changeset/chatty-falcons-arrive.md b/.changeset/chatty-falcons-arrive.md new file mode 100644 index 0000000..aed360d --- /dev/null +++ b/.changeset/chatty-falcons-arrive.md @@ -0,0 +1,5 @@ +--- +'funkcia': minor +--- + +Create `Option` and `Result` types diff --git a/README.md b/README.md index e51b7af..82d0d83 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@
- `Result` and `Option` types inspired by the best parts of Rust, OCaml, Nim, Scala, and Haskell
+ Result
and Option
types inspired by the best parts of Rust, OCaml, Nim, Scala, and Haskell
providing a type-safe way to build your applications with better DX