Skip to content

Commit

Permalink
Add stringOf to index
Browse files Browse the repository at this point in the history
  • Loading branch information
krame505 committed Feb 15, 2024
1 parent ea9efe5 commit a5e2002
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/BH_ref_guide/BH_lang.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2729,8 +2729,9 @@ \subsection{The ``size'' types}
The second line binds {\te{logWPlusOne}} to the integer value
corresponding to {\te{n}}.

{\index{stringOf@\te{stringOf} (``function'' of string types)}}
A ``function'' {\te{stringOf}} is also available to get the string value
of a type-level string. Example:
of a type-level string.
\begin{verbatim}
type MyString = "Hello, world!"
x :: String
Expand Down

0 comments on commit a5e2002

Please sign in to comment.