Closed stoeffel closed 3 years ago
-- > test + test ==> 2 test = 1
not supported yet:
-- > foo = 1 -- > test + foo ==> 2 test = 1
current workaround
-- > let foo = 1 in -- > test + foo ==> 2 test = 1
not supported yet:
current workaround