Skip to content

Commit

Permalink
Merge branch 'master' into feature/generalized-constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
dannywillems authored Jan 7, 2025
2 parents 89337d0 + b2442f4 commit e09e89d
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit e09e89d

Please sign in to comment.