Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 217 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 217 Bytes

stx_om

Jsonic type object model and signature with type holes.

enum SpineSum<T>{
 Unknown;
 Primate(sc:Primitive);
 Collect(arr:Array<Thunk<Spine<T>>>);
 Collate(arr:Record<Spine<T>>);
 Predate(v:T);
}