Implement Set stdlib #826

Merged
ghallak merged 7 commits from github/fork/ghallak/ghallak/set-stdlib into master 2021-08-07 17:08:46 +09:00
Showing only changes of commit 028b12ddc6 - Show all commits

View File

@ -39,7 +39,7 @@ include "List.aes"
- [Triple](#Triple) - [Triple](#Triple)
- [BLS12_381](#BLS12_381) - [BLS12_381](#BLS12_381)
- [Frac](#Frac) - [Frac](#Frac)
- [Set](#Set) - [Set](#set-stdlib)
# Builtin namespaces # Builtin namespaces
@ -2266,7 +2266,7 @@ accept arbitrary `frac`s from the surface you should report it as a
If you expect getting calls with malformed `frac`s in your contract, you should use If you expect getting calls with malformed `frac`s in your contract, you should use
this function to verify the input. this function to verify the input.
## Set ## <a name='set-stdlib'>Set</a>
### Types ### Types