Skip to content

Commit

Permalink
should have deleted arg when we took out construct arg, but i missed …
Browse files Browse the repository at this point in the history
…it. a reviewer for POPL-AE found it.
  • Loading branch information
ivoysey committed Oct 31, 2016
1 parent f0a13b3 commit a0f4fbc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core.agda
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,6 @@ module core where
var : Nat shape
lam : Nat shape
ap : shape
arg : shape
numlit : Nat shape
plus : shape
nehole : shape
Expand Down

0 comments on commit a0f4fbc

Please sign in to comment.