Skip to content
Snippets Groups Projects
Commit 0079dc24 authored by Simon Marlow's avatar Simon Marlow
Browse files

[LT..] --> [LT ..] (the former would parse as a qualified ".")

parent 03437ad3
No related branches found
No related tags found
No related merge requests found
......@@ -506,7 +506,7 @@ The following @Prelude@ types are instances of @Enum@:
\begin{itemize}
\item Enumeration types: @()@, @Bool@, and @Ordering@. The
semantics of these instances is given by Chapter~\ref{derived-appendix}.
For example, @[LT..]@ is the list @[LT,EQ,GT]@.
For example, @[LT ..]@ is the list @[LT,EQ,GT]@.
\item @Char@: the instance is given in Chapter~\ref{stdprelude}, based
on the primitive functions that convert between a @Char@ and an @Int@.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment