Dataflow: Instantiate stage 1 access paths with proper unit type

This commit is contained in:
Kasper Svendsen
2023-03-23 08:32:16 +01:00
parent 71c37dba32
commit ce6be1f636
8 changed files with 8 additions and 40 deletions

View File

@@ -445,11 +445,7 @@ module Impl<FullStateConfigSig Config> {
}
private module Stage1 implements StageSig {
class Ap extends int {
// workaround for bad functionality-induced joins (happens when using `Unit`)
pragma[nomagic]
Ap() { this in [0 .. 1] and this < 1 }
}
class Ap = Unit;
private class Cc = boolean;