Commit 94fdf69f authored by root's avatar root
Browse files

Fix incorrect signature for endMethodologyTerminal

parent 2646f327
......@@ -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
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment