The main news in new version is an ability to derive full computable tower of K(G,n) with computable η MLTT uniqueness rule for Eilenberg-MacLance spaces K(G,n) by using pure CCHM core with Well-founded Trees, Homotopy Interval, Coequalizer, Hub Spokes Disc w/o General Higher Inductive Schemes (HIT) in the style of Coq/HoTT library and Three-HIT theorem.
def K-η (G : abgroup) (n : nat) (P : Π (k : nat), K G k → U) (h : Π (k : nat)
(z : K G k), P k z) : Path (Π (z : K G n), P n z) (h n) (λ (z : K G n),
K-ind G n P (λ (g : G.1.1), h zero g) (λ (k : nat) (prev : Π (y : K G k),
P k y) (y : K G (succ k)), h (succ k) y) z)
:= ind-nat (λ (k : nat), Path (Π (z : K G k), P k z) (h k) (λ (z : K G k),
K-ind G k P (λ (g : G.1.1), h zero g) (λ (m : nat) (pr : Π (y : K G m),
P m y) (y : K G (succ m)), h (succ m) y) z)) (<_> (h zero)) (λ (k : nat)
(prev : Path (Π (z : K G k), P k z) (h k) (λ (z : K G k), K-ind G k P (λ (g :
G.1.1), h zero g) (λ (m : nat) (pr : Π (y : K G m), P m y) (y : K G (succ m)),
h (succ m) y) z)), <_> (h (succ k))) n
In the upcoming release the new Flat Modality in Kernel is awaiting along with Differential Geometry modules in Base Library: LIBRARY
Also more robust DNF solver for Homotopy Tesseract replaced the old one. Native stuff for Coequalizer, Hub Spokes Disc was added. Canonical S^1 expressed as W+Path is given. Pullback/Pushout lemmas were filled. Computable Truncation and Suspension MLTT rules derived.
If you want to see minimal cubical type checker in OCaml look into https://per.groupoid.space, if you want to learn one axiom system in the style of CoC and PTS look into https://henk.groupoid.space. Despite they are targeting Erlang/OTP and BEAM VM they contain its OCaml model in each repository. For full list of Groupoid Infinity languages see: https://groupoid.space.