We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ef07e5 commit 8dff863Copy full SHA for 8dff863
lib/pretty/pretty.mli
@@ -13,6 +13,9 @@ module Doc = Doc
13
{!Layout.t} is the output of {!Doc.render} with all the sizes calculated. *)
14
module Layout = Layout
15
16
+(** Icons and symbols used for identifying different parts. Symbols from Hack Nerd Font Mono are used when it's available. Symbols list:
17
+
18
+- https://www.nerdfonts.com/cheat-sheet *)
19
module Icon = Icon
20
21
(** Render a document into the final string
0 commit comments