Skip to content

Commit

Permalink
Merge branch 'master' into feature/generalize-cvar
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmr1993 authored Jan 7, 2025
2 parents a608ed9 + 25a5acb commit 010a954
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Use OCaml "4.14.0"
uses: avsm/setup-ocaml@v1
uses: ocaml/setup-ocaml@v3
with:
ocaml-version: 4.14.0
ocaml-compiler: "4.14.0"

- name: Build Documentation
run: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ and answering yes to the prompts.

## Design

The intention of this library is to allow writing snarks by writing what look
The intention of this library is to allow writing snarks by writing what looks
like normal programs (whose executions the snarks verify). If you're an experienced
functional programmer, the basic idea (simplifying somewhat) is that there is a monad
`Checked.t` so that a value of type `'a Checked.t` is an `'a` whose computation is
Expand Down
2 changes: 1 addition & 1 deletion website/docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ be used in production systems.
- Then, make sure you have [opam](https://opam.ocaml.org/doc/Install.html) installed.
- Finally, install `snarky` and its dependencies by running
```bash
opam pin add git@github.com:o1-labs/snarky.git
opam pin add https://github.com/o1-labs/snarky.git
```
and answering yes to the prompts.

Expand Down

0 comments on commit 010a954

Please sign in to comment.