reactorlabs / rir

GNU General Public License v2.0
62 stars 18 forks source link

Fix SimpleInt and SimpleReal fromContext #1278

Closed skrynski closed 2 months ago

skrynski commented 2 months ago

Fixes bug introduced in the 'is missing' refactoring of the pir types. SimpleInt would be annotated as (int | missing)$-~ , where it should actually be int$-~