[93mType error[0m:
[96mfail/cond_mod.sail[0m:13.14-15:
13[96m |[0mlet y : int = x
[91m |[0m [91m^[0m
[91m |[0m Not in scope
[91m |[0m
[91m |[0m Try requiring module A to bring the following into scope for module B:
[91m |[0m [96mfail/cond_mod.sail[0m:7.4-5:
[91m |[0m 7[96m |[0mlet x : int = 3
[91m |[0m [91m |[0m [91m^[0m [91mdefinition here in A[0m
[91m |[0m [96mfail/cond_mod.sail[0m:3.34-35:
[91m |[0m 3[96m |[0m$project# variable b = false A {} B { requires if $b then A else [] }
[91m |[0m [91m |[0m [91m^[0m [91madd 'requires A' within B here[0m
|