Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
Packages
array
Commits
83587834
Commit
83587834
authored
Jun 17, 2022
by
ase
Browse files
replace Haddock hide pragma with not-home to make the Haddocks more readable
parent
77990b21
Changes
3
Hide whitespace changes
Inline
Side-by-side
Data/Array/Base.hs
View file @
83587834
...
...
@@ -10,7 +10,7 @@
, UnliftedFFITypes
, RoleAnnotations
#-}
{-# OPTIONS_HADDOCK
hid
e #-}
{-# OPTIONS_HADDOCK
not-hom
e #-}
-----------------------------------------------------------------------------
-- |
...
...
Data/Array/IO/Internals.hs
View file @
83587834
...
...
@@ -4,7 +4,7 @@
, RoleAnnotations
#-}
{-# OPTIONS_HADDOCK
hid
e #-}
{-# OPTIONS_HADDOCK
not-hom
e #-}
-----------------------------------------------------------------------------
-- |
-- Module : Data.Array.IO.Internal
...
...
Data/Array/Storable/Internals.hs
View file @
83587834
{-# LANGUAGE FlexibleInstances, MultiParamTypeClasses, RoleAnnotations #-}
{-# OPTIONS_HADDOCK
hid
e #-}
{-# OPTIONS_HADDOCK
not-hom
e #-}
-----------------------------------------------------------------------------
-- |
-- Module : Data.Array.Storable.Internals
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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