Aleksander Sabak

Results 4 issues of Aleksander Sabak

I wanted to create a class that will only store data about identity of its instances, for which I thought `TUPLE: foo ;` is the correct choice. When new instances...

compiler
patch

Nested braces in tuple slot definitions aren't highlighted properly. This feature would be useful when using words similar to `maybe{` . **Current behavior example:** ![factor_highlighting](https://user-images.githubusercontent.com/36986759/186460437-c7886447-2910-4b90-a017-c438b6e74641.png)

From [`README.md`](https://github.com/cdiggins/type-inference/blob/47cfb5b2b2e42e17a44f097fde4e2816a3d45d60/README.md?plain=1#L183-L189): > When we infer the type for the term `quote dup apply` we get the following: > > ``` > quote dup apply : !t0!t1.((t0 t1) -> (t0...

Contrary to the documentation `/` on integers doesn't result in integer division, and `%` returns its left argument unchanged when it is a floating point value. The former I assume...