Compare commits

..

No commits in common. "main" and "develop" have entirely different histories.

1 changed files with 0 additions and 4 deletions

View File

@ -98,7 +98,3 @@ let double = Function.inout { value in
// ... // ...
print("Double of \(Variable.float(3.14)) is \(double(.float(3.14)))") print("Double of \(Variable.float(3.14)) is \(double(.float(3.14)))")
``` ```
## Projects using E.num
- [⛓ Chain](https://github.com/0xLeif/Chain)
- [🔭 Observation](https://github.com/0xLeif/Observation)