Hi there, compiling this file: ``` -module(test). -type txs_hash() :: <<_:(32 * 8)>>. ``` fails with ``` newby@zen:~/projects/aeternity/eir$ ./target/debug/eir_compile ../test.erl error: expected: ident, int - <nofile>:2:25 2 | -type txs_hash() :: <<_:(32 * 8)>>. | ^ unrecognized token ```
Hi there,
compiling this file:
fails with