[m-dev.] Repeated type variables in existentially quantified data constructors

Julien Fischer jfischer at opturion.com
Mon Jul 22 11:33:22 AEST 2024


Hi,

I assume the fact that the frontend accepts existentially quantified
data constructors
with repeated type variables is an oversight, e.g.

    :- type process_unit
         ---> some [T, T] process_unit(T)

The above type causes all four of our code generators to abort.

Julien.


More information about the developers mailing list