mirror of
https://github.com/Dummi26/mers.git
synced 2025-03-10 14:13:52 +01:00
updated readme
This commit is contained in:
parent
2a7cb08596
commit
0119211d92
@ -70,8 +70,8 @@ We could try to use the function improperly by passing a string instead of an in
|
|||||||
```
|
```
|
||||||
But mers will catch this and show an error, because the call to `sum` inside of `sum_doubled` would fail.
|
But mers will catch this and show an error, because the call to `sum` inside of `sum_doubled` would fail.
|
||||||
|
|
||||||
(note: type-checks aren't implemented for all functions yet, you may need to use `--check no` to get around this and deal with runtime panics for now)
|
(note: type-checks aren't implemented for all functions yet - some are just `todo!()`s, so mers will crash while checking your program. you may need to use `--check no` to get around this and deal with runtime panics for now)
|
||||||
|
|
||||||
## docs
|
## docs
|
||||||
|
|
||||||
docs will be available some time. for now, check mers_lib/src/program/configs/*
|
docs will be available in some time. for now, check mers_lib/src/program/configs/*
|
||||||
|
Loading…
Reference in New Issue
Block a user