mirror of
https://github.com/github/semantic.git
synced 2025-01-03 13:02:37 +03:00
Original value over subobject
This commit is contained in:
parent
fede68ad6e
commit
96ad346784
@ -121,7 +121,7 @@ stringTermHylo = hylo algebra coalgebra
|
||||
_ -> (Range 1 10 .: Category.MethodCall .: RNil) :< Leaf stringRepresentation
|
||||
|
||||
{-
|
||||
Paramorphism -- primitive recursion that maintains a reference to the original subobject and its computed value.
|
||||
Paramorphism -- primitive recursion that maintains a reference to the original value and its computed value.
|
||||
|
||||
para :: (Base t (t, a) -> a) -- an algebra that takes a tuple of the last input
|
||||
-> t -- fixed point
|
||||
|
Loading…
Reference in New Issue
Block a user