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
PLMZ
sturdy
Commits
a0a82918
Unverified
Commit
a0a82918
authored
Jul 09, 2021
by
Sven Keidel
Browse files
set innermost and outermost to INLINE
parent
98dd62d2
Pipeline
#167970
failed with stages
in 65 minutes and 32 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
lib/src/Control/Arrow/Fix/Chaotic.hs
View file @
a0a82918
...
...
@@ -56,7 +56,7 @@ innermost f = proc call -> do
iterate
-<
callNew
NotInSCC
->
returnA
-<
resultNew
{-# INLIN
ABL
E innermost #-}
{-# INLINE innermost #-}
outermost
::
forall
c
a
b
.
(
?
cacheWidening
::
Widening
c
,
ArrowChoice
c
,
...
...
@@ -91,7 +91,7 @@ outermost f = proc call -> do
Unstable
->
iterate
-<
callNew
_
->
returnA
-<
resultNew
{-# INLIN
ABL
E outermost #-}
{-# INLINE outermost #-}
-- type IterationStrategy c a b = c a b -> c (Stable,a,b) b -> c a b
...
...
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