From 330d703142ec09cc39ae1229bf1fbfdc70d3222e Mon Sep 17 00:00:00 2001 From: favonia Date: Wed, 20 Sep 2023 19:44:38 -0500 Subject: [PATCH] docs(README): remove the comment about stability; we released 1.0.0 --- README.markdown | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.markdown b/README.markdown index e693962..a037b9e 100644 --- a/README.markdown +++ b/README.markdown @@ -2,10 +2,6 @@ This library aims to collect reusable, general effects-based components we have seen when constructing our proof assistants using OCaml 5. All components here have appeared in various tutorials on algebraic effects; `algaeff` wraps these well-known components into an OPAM package. -## Stability - -⚠ The API is experimental and unstable. We will break things! - ## Components - [Algaeff.State](https://redprl.org/algaeff/algaeff/Algaeff/State): mutable states