1
1
mirror of https://github.com/github/semantic.git synced 2025-01-04 05:27:08 +03:00

Use the technical term.

This commit is contained in:
Patrick Thomson 2019-09-30 12:39:45 -04:00
parent 0671bffef3
commit b58e10313d

View File

@ -161,7 +161,7 @@ desugar acc = \case
Right (Right any) -> pure (acc, any)
other -> fail ("desugar: couldn't desugar RHS " <> show other)
-- This is a fold function that is invoked from a left fold but that
-- This is an algebra that is invoked from a left fold but that
-- returns a function (the 'difference' pattern) so that we can pass
-- information about what RHS we need down the chain: unlike most fold
-- functions, it has four parameters, not three (since our fold