From 2815c365185a671e922b1b040d118aadab976283 Mon Sep 17 00:00:00 2001 From: Iltotore Date: Mon, 12 Jul 2021 14:51:45 +0200 Subject: [PATCH] docs: Add link to the Usage wiki page --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8e27b560..3b070e05 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,8 @@ val runtime = 1d log(runtime) //Either[IllegalValueError[Double], Double] (Refined[Double]) ``` +More information on [the wiki](https://github.com/Iltotore/iron/wiki/Constraint-Usage). + ### Minimal overhead When evaluated at compile time, almost all traces of type constraint disappear. They desugar directly to a Right