Skip to content

Commit

Permalink
Improve document layout
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbin committed Nov 9, 2024
1 parent 946a7a2 commit a6ee63c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/docs/reference/hello_world.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ let string_provider t =
let provider =
Provider.make
[ Provider.implement Show.t
~impl:(module struct type t = string let show = String.uppercase_ascii end)
~impl:(module struct
type t = string
let show = String.uppercase_ascii
end)
]
in
Provider.T { t; provider }
Expand Down

0 comments on commit a6ee63c

Please sign in to comment.