Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
nrp364 committed May 12, 2024
1 parent 8c8fbc7 commit c2e2ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/concurrent/templates/flows_ra.rav
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ interface CCM : Type {

}

interface FlowsRA[M: CCM] : CancellativeResourceAlgebra {
module FlowsRA[M: CCM] : CancellativeResourceAlgebra {
rep type T = data {
case int(inf: Map[Ref, M], out: Map[Ref, M], dom: Set[Ref])
case top
Expand Down

0 comments on commit c2e2ac9

Please sign in to comment.