AnyDSL / thorin

The Higher-Order Intermediate Representation
https://anydsl.github.io
GNU Lesser General Public License v3.0
150 stars 15 forks source link

Using [u8] for strings crashes thorin #4

Closed RalfJung closed 7 years ago

RalfJung commented 10 years ago

Using [u8] as type for strings does not yield a type error, but thorin crashes. See https://github.com/AnyDSL/imbatracer/commits/impala-stringfail for an example.

leissa commented 7 years ago

see AnyDSL/impala#53.