Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
fff4dbdd
Commit
fff4dbdd
authored
Nov 17, 2012
by
ian@well-typed.com
Browse files
Fix a typo
parent
e83b6cde
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/base/Foreign/C/Types.hs
View file @
fff4dbdd
...
...
@@ -44,7 +44,7 @@ module Foreign.C.Types
,
CIntPtr
(
..
),
CUIntPtr
(
..
),
CIntMax
(
..
),
CUIntMax
(
..
)
-- ** Numeric types
-- | These types are
are
represented as @newtype@s of basic
-- | These types are represented as @newtype@s of basic
-- foreign types, and are instances of
-- 'Prelude.Eq', 'Prelude.Ord', 'Prelude.Num', 'Prelude.Read',
-- 'Prelude.Show', 'Prelude.Enum', 'Typeable' and 'Storable'.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment