We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fb6fc4 commit 3d53fb6Copy full SHA for 3d53fb6
doc/missed_optimisations.md
@@ -0,0 +1,8 @@
1
+# List of missed optimisations to look at later
2
+
3
+This should be compiled to the identity. But the CSE environment seems to lose
4
+the relationship in the join after the first switch.
5
6
+ let f x =
7
+ let not_x = if x then false else true in
8
+ if not_x then false else true
0 commit comments