Skip to content

Commit

Permalink
chore: fix warning in samples
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitrii.Kosarev a.k.a. Kakadu <[email protected]>
  • Loading branch information
Dmitrii.Kosarev a.k.a. Kakadu authored and Dmitrii.Kosarev a.k.a. Kakadu committed Dec 4, 2024
1 parent 5b349b5 commit e3f9e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/JeepProblem.ml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ open OCanren
open OCanren.Std

module Move = struct
ocanren type 'a move =
ocanren type nonrec 'a move =
| Forward of 'a
| Backward of 'a
| Unload of 'a
Expand Down

0 comments on commit e3f9e01

Please sign in to comment.