Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
haskell
polysemy-methodology
Commits
94fdf69f
Commit
94fdf69f
authored
4 years ago
by
root
Browse files
Options
Download
Email Patches
Plain Diff
Fix incorrect signature for endMethodologyTerminal
parent
2646f327
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/Polysemy/Methodology.hs
src/Polysemy/Methodology.hs
+1
-1
No files found.
src/Polysemy/Methodology.hs
View file @
94fdf69f
...
...
@@ -173,7 +173,7 @@ separateMethodologyTerminal = interpret \case
-- | Finalise an `HList` separated `Methodology` in the source by returning the `Monoid` unit.
endMethodologyTerminal
::
Monoid
c
=>
Sem
(
Methodology
(
HList
(
x
'
:
xs
)
)
c
'
:
r
)
a
=>
Sem
(
Methodology
(
HList
'
[]
)
c
'
:
r
)
a
->
Sem
r
a
endMethodologyTerminal
=
interpret
\
case
Process
_
->
return
mempty
This diff is collapsed.
Click to expand it.
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