erg_compiler 0.6.53

Centimetre: the Erg compiler
Documentation
1
2
3
4
5
.safe_repr: (obj: Obj, short := Bool) -> Str
.strclass: (cls: ClassType) -> Str
.sorted_list_difference: |N <: Float|(expected: [N; _], actual: [N; _]) -> ([N; _], [N; _])
.unordered_list_difference: |N <: Float|(expected: [N; _], actual: [N; _]) -> ([N; _], [N; _])
.three_way_cmp: |N <: Ord|(x: N, y: N) -> {-1, 0, 1}