Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenConoly committed Jan 10, 2025
1 parent 2cf3ffb commit 0c095c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions compiler/src/compiler/Pipeline.v
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ Section WithWordAndMem.

Record Lang := {
Program: Type;
Valid: Program -> Prop;
Leakage: Type;
Call(pick_sp: list Leakage -> word)(p: Program)(funcname: string)
Valid: Program -> Prop;
Leakage: Type;
Call(p: Program)(funcname: string)(pick_sp: list Leakage -> word)
(k: list Leakage)(t: trace)(m: mem)(argvals: list word)(mc: MetricLog)
(post: list Leakage -> trace -> mem -> list word -> MetricLog -> Prop): Prop;
}.
Expand Down

0 comments on commit 0c095c2

Please sign in to comment.