aeternity / aerepl

A sophisticated Read-Eval-Print Loop for Sophia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Repl crashes

radrow opened this issue · comments

This input crashes REPL session

AESO> let x = {[1] = 3}
AESO> x
{[1] = 3}
AESO> x{[1 = 2]}