Fix loops page with ReasonLIGO

This commit is contained in:
John David Pressman 2020-01-02 12:26:02 -08:00
parent 2f25c4b683
commit fcd33026bb

View File

@ -64,7 +64,8 @@ let aux = (i: int): (bool, int) =>
stop(i); stop(i);
}; };
let counter_simple = (n: int): int => Loop.fold_while(aux, n);``` let counter_simple = (n: int): int => Loop.fold_while(aux, n);
```
<!--END_DOCUSAURUS_CODE_TABS--> <!--END_DOCUSAURUS_CODE_TABS-->