Skip to content

Commit

Permalink
Merge branch 'develop' into dkijania/remove_snarkyjs_test
Browse files Browse the repository at this point in the history
  • Loading branch information
dkijania authored Oct 10, 2023
2 parents 7fae7f2 + 58d6126 commit cd00d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/pickles/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ A particularity of Pickles is to use the power of the OCaml type system to
encode runtime invariants like vector sizes, heterogeneous lists and others at
the type level to avoid constructing some statements that might be wrong at
compile time. Some encoded theories can be found in
[`Pickles_types`](pickles_types).
[`Pickles_types`](../pickles_types/).
Some types are parametrized by type-level defined naturals.

## Coding guidelines
Expand Down

0 comments on commit cd00d54

Please sign in to comment.