Skip to content

[Builtin] Add "dumb" Data matching #7209

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
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
Expand Up @@ -720,7 +720,18 @@ program
(constr 3
[ (constr 1
[ cse
, cse ]) ]))
, (constr 1
[ (constr 0
[ (constr 0
[ ])
, (constr 1
[ cse
, (constr 1
[ cse
, (constr 0
[ ]) ]) ]) ])
, (constr 0
[ ]) ]) ]) ]))
(constr 3
[ (constr 1
[ cse
Expand All @@ -730,25 +741,13 @@ program
[ ])
, (constr 1
[ cse
, (constr 1
[ (cse
5)
, (constr 0
[ ]) ]) ]) ])
, cse ]) ])
, (constr 0
[ ]) ]) ]) ]))
(constr 3
[ (constr 1
[ cse
, (constr 1
[ (constr 0
[ (constr 0
[ ])
, (constr 1
[ cse
, cse ]) ])
, (constr 0
[ ]) ]) ]) ]))
, cse ]) ]))
(constr 1
[ (constr 3
[ (constr 1
Expand All @@ -769,7 +768,8 @@ program
, (constr 1
[ cse
, (constr 1
[ cse
[ (cse
10)
, (constr 0
[ ]) ]) ]) ])
, (constr 0
Expand All @@ -778,7 +778,8 @@ program
[ (constr 1
[ ])
, (constr 1
[ cse
[ (cse
10)
, cse ]) ]))
(constr 0
[ (constr 1
Expand Down Expand Up @@ -823,8 +824,7 @@ program
, (constr 0
[ ]) ]))
(constr 1
[ (cse
4)
[ cse
, (constr 0
[ ]) ]))
(constr 1
Expand All @@ -836,31 +836,30 @@ program
, (constr 0
[ ]) ]))
(cse
1))
5))
(cse
10))
(constr 0
[ (constr 1
[ ])
, cse ]))
(cse 2))
(constr 0
[ (constr 1
[])
, (constr 1
[ 1
, (constr 0
[ ]) ]) ]))
(cse 10))
(cse 100))
(cse 1))
(unsafeRatio 1))
(unsafeRatio 3))
(unsafeRatio 0))
(unsafeRatio 4))
4))
(cse 1))
(constr 0
[ (constr 1
[])
, cse ]))
(cse 1))
(cse 100))
(cse 2))
(constr 0
[ (constr 1 [])
, (constr 1
[ 1
, (constr 0
[]) ]) ]))
(unsafeRatio 0))
(unsafeRatio 1))
(unsafeRatio 3))
(unsafeRatio 9))
(constr 1 [0, (constr 0 [])]))
(unsafeRatio 9))
(unsafeRatio 51))
(unsafeRatio 51))
(unsafeRatio 4))
((\s -> s s)
(\s arg ->
delay
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2023
2026
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ExBudget {exBudgetCPU = ExCPU 582792360, exBudgetMemory = ExMemory 2974703}
ExBudget {exBudgetCPU = ExCPU 582840360, exBudgetMemory = ExMemory 2975003}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ExBudget {exBudgetCPU = ExCPU 59867566, exBudgetMemory = ExMemory 268275}
ExBudget {exBudgetCPU = ExCPU 59915566, exBudgetMemory = ExMemory 268575}
Loading