Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 573 Bytes

Erasure.md

File metadata and controls

33 lines (27 loc) · 573 Bytes
|- |typ| = t
———————————————————
|- |(typ,o)::p| = t
|- |empty| = empty
|- |number| = number
|- |string| = string
|- |boolean| = boolean
|- |styp1| = t1 … |- |stypn| = tn
————————————————————————————————————————————————————
|- |{x1:styp1, …, xn:stypn}| = {x1:t1, …, xn:tn}
|- |styp| = t
———————————————————
|- |[styp]| = [t]