Skip to content

ohmrun/stx_om

Repository files navigation

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);
}

About

Jsonic Object Model with type holes.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages