1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 22:31:36 +03:00

s/suboject/value

This commit is contained in:
Rick Winfrey 2016-11-21 17:52:02 -06:00
parent 9c4046463f
commit e6d1c3e3ec

View File

@ -48,7 +48,7 @@ natHylo num = hylo algebra coalgebra num
0 -> ZeroF
_ -> SuccF (num - 1)
-- Paramorphism: primitive recursion maintaining the original suboject along with its computed value.
-- Paramorphism: primitive recursion maintaining the original value along with its computed value.
natPara :: Nat -> Int
natPara nats = para algebra nats
where