Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2054
2056
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ExBudget {exBudgetCPU = ExCPU 403155137, exBudgetMemory = ExMemory 2050256}
ExBudget {exBudgetCPU = ExCPU 403203137, exBudgetMemory = ExMemory 2050556}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ExBudget {exBudgetCPU = ExCPU 59533664, exBudgetMemory = ExMemory 271918}
ExBudget {exBudgetCPU = ExCPU 59581664, exBudgetMemory = ExMemory 272218}

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -778,15 +778,7 @@ program
(constr 3
[ (constr 1
[ cse
, (constr 1
[ (constr 0
[ (constr 0
[ ])
, (constr 1
[ cse
, cse ]) ])
, (constr 0
[ ]) ]) ]) ]))
, cse ]) ]))
(constr 3
[ (constr 1
[ cse
Expand All @@ -805,7 +797,15 @@ program
(constr 3
[ (constr 1
[ cse
, cse ]) ]))
, (constr 1
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we have issue similar to #7681 here. CSE not doing it's job probably due to some rename happening

[ (constr 0
[ (constr 0
[ ])
, (constr 1
[ cse
, cse ]) ])
, (constr 0
[ ]) ]) ]) ]))
(constr 1
[ (constr 3
[ (constr 1
Expand Down Expand Up @@ -844,7 +844,8 @@ program
[ (constr 1
[ ])
, (constr 1
[ cse
[ (cse
10)
, cse ]) ]))
(constr 1
[ (constr 0
Expand All @@ -870,51 +871,50 @@ program
, (constr 0
[ ]) ]))
(constr 1
[ (constr 0
[ (constr 0
[ ])
, (constr 1
[ 500000000
, (constr 0
[ ]) ]) ])
[ cse
, (constr 0
[ ]) ]))
(constr 1
[ cse
[ (constr 0
[ (constr 0
[ ])
, (constr 1
[ 500000000
, (constr 0
[ ]) ]) ])
, (constr 0
[ ]) ]))
(constr 1
[ cse
, (constr 0
[ ]) ]))
(constr 1
[ (cse
4)
[ cse
, (constr 0
[ ]) ]))
(cse 10))
(cse 2))
(cse 5))
(cse 10))
(cse 1))
(constr 0
[ (constr 1 [])
, cse ]))
(cse 10))
(cse 5))
(constr 0
[ (constr 1 [])
, (constr 1
[ 1
, (constr 0
[]) ]) ]))
(constr 0
[ (constr 1 [])
, (constr 1
[ 1
, (constr 0
[ ]) ]) ]))
(cse 100))
(cse 2))
(cse 1))
(cse 100))
(cse 4))
(unsafeRatio 0))
(unsafeRatio 4))
(unsafeRatio 9))
(unsafeRatio 51))
(unsafeRatio 3))
(constr 1 [0, (constr 0 [])]))
(unsafeRatio 1))
(unsafeRatio 1))
(constr 1 [0, (constr 0 [])]))
(unsafeRatio 9))
(unsafeRatio 51))
(unsafeRatio 3))
((\s -> s s)
(\s arg ->
delay
Expand Down
Loading
Loading