Chapter Three
data List a = [] | a : [a] – Defined in ‘GHC.Types’ Recursion looks magical until (You) realize that there is an underlying structure – a distinct, particular shape Universal shape,, captured and generalized as an abstract (algebraic) structure, and this structure has particular properties. Molecular Biology does not generalize or abstract out,but it heavily reuse as much of what is already Out There as possible. Every information carrying (information encoding) molecular structure has its own distinct particular “protocol” (an implicit set of rules) being implemented – an alphabet, the start and stop markers, and “what to do” when observing or confronting every one of these. ...