Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Shayne Fletcher
Glasgow Haskell Compiler
Commits
e710f8f5
Commit
e710f8f5
authored
Jul 22, 2016
by
Gabor Greif
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correct a few mistyped words in prose/comments
parent
8265c783
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
compiler/prelude/primops.txt.pp
compiler/prelude/primops.txt.pp
+1
-1
docs/storage-mgt/ldv.tex
docs/storage-mgt/ldv.tex
+1
-1
testsuite/tests/typecheck/should_compile/T10195.hs
testsuite/tests/typecheck/should_compile/T10195.hs
+2
-2
testsuite/tests/typecheck/should_compile/T3108.hs
testsuite/tests/typecheck/should_compile/T3108.hs
+1
-1
No files found.
compiler/prelude/primops.txt.pp
View file @
e710f8f5
...
...
@@ -2513,7 +2513,7 @@ primop CompactFixupPointersOp "compactFixupPointers#" GenPrimOp
------------------------------------------------------------------------
section "Unsafe pointer equality"
-- (#1 Bad Guy: Al
i
stair Reid :)
-- (#1 Bad Guy: Al
a
stair Reid :)
------------------------------------------------------------------------
primop ReallyUnsafePtrEqualityOp "reallyUnsafePtrEquality#" GenPrimOp
...
...
docs/storage-mgt/ldv.tex
View file @
e710f8f5
...
...
@@ -619,7 +619,7 @@ two options should result in nearly same profiling outputs, but
the second run (without @-Sstderr@ option) spends almost twice as
long in the Haskell mutator as the first run:
1) @+RTS -Sstderr -hL -RTS@; 2) @+RTS -hL -RTS@.
This is quite a subtle bug because this w
i
erd phenomenon is not
This is quite a subtle bug because this we
i
rd phenomenon is not
observed in retainer profiling, yet the implementation of
@mut
_
user
_
time
_
during
_
LDV()@ is completely analogous to that of
@mut
_
user
_
time
_
during
_
RP()@. The overall shapes of the resultant graphs
...
...
testsuite/tests/typecheck/should_compile/T10195.hs
View file @
e710f8f5
...
...
@@ -16,7 +16,7 @@ class Bar m m'
instance
(
BarFamily
m
m'
~
'True
)
=>
Bar
m
m'
magic
::
(
Bar
m
m'
)
=>
c
m
zp
->
Foo
m
zp
(
c
m'
zq
)
-- W
i
erd test case: (Bar m m') is simplifiable
-- We
i
rd test case: (Bar m m') is simplifiable
magic
=
undefined
getDict
::
a
->
Dict
(
Num
a
)
...
...
@@ -26,7 +26,7 @@ fromScalar = undefined
foo
::
(
Bar
m
m'
)
=>
c
m
zp
->
Foo
m
zp
(
c
m'
zq
)
->
Foo
m
zp
(
c
m'
zq
)
-- W
i
erd test case: (Bar m m') is simplifiable
-- We
i
rd test case: (Bar m m') is simplifiable
foo
b
(
Foo
sc
)
=
let
scinv
=
fromScalar
sc
in
case
getDict
scinv
of
...
...
testsuite/tests/typecheck/should_compile/T3108.hs
View file @
e710f8f5
...
...
@@ -29,7 +29,7 @@ class C1 x
instance
{-# OVERLAPPING #-}
(
C1
x
,
C1
y
)
=>
C1
(
x
,
y
)
instance
{-# OVERLAPPING #-}
C1
Bool
instance
{-# OVERLAPPABLE #-}
(
C2
x
y
,
C1
(
y
,
Bool
))
=>
C1
x
-- W
i
erd test case: (C1 (y,Bool)) is simplifiable
-- We
i
rd test case: (C1 (y,Bool)) is simplifiable
class
C2
x
y
|
x
->
y
instance
C2
Int
Int
...
...
Write
Preview
Markdown
is supported
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