Skip to content

Commit

Permalink
Fix init.ml deserialization
Browse files Browse the repository at this point in the history
  • Loading branch information
Negabinary committed Oct 31, 2024
1 parent 6539f35 commit 88ea076
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/haz3lcore/zipper/projectors/FoldProj.re
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ open Virtual_dom.Vdom;
open Node;

[@deriving (show({with_path: false}), sexp, yojson)]
type t = {text: string};
type t = {
[@default "⋱"]
text: string,
};

module M: Projector = {
[@deriving (show({with_path: false}), sexp, yojson)]
Expand Down

0 comments on commit 88ea076

Please sign in to comment.