h3rald / min

A small but practical concatenative programming language and shell
https://min-lang.org
MIT License
317 stars 23 forks source link

'qVal' is not accessible using discriminant 'kind' of type 'MinValueObject' #147

Closed ghost closed 3 years ago

ghost commented 3 years ago

I interpreted:

( symbol test
    (==> quot :q)
    ()
) ::

test

and i got:

(!) main.min(34,4) [test]: 'qVal' is not accessible using discriminant 'kind' of type 'MinValueObject'
    main.min(34,4) in symbol: test

The error is pretty confusy. I don't understand what it says.

h3rald commented 3 years ago

Yeah noticed it yesterday. I found the problem, it will be fixed in next release 😊👍

h3rald commented 3 years ago

Fixed.