Skip to content

Commit

Permalink
Ensure mli also works
Browse files Browse the repository at this point in the history
  • Loading branch information
bn-d committed Jan 19, 2024
1 parent de5b60b commit e76b6ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/misc.types.mli
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
(* https://github.com/bn-d/ppx_make/issues/12 *)
type a = { i : int } [@@deriving make, show]
and b = int

0 comments on commit e76b6ae

Please sign in to comment.