Skip to content

Commit

Permalink
Update src/abs.ott
Browse files Browse the repository at this point in the history
Co-authored-by: Karl Palmskog <palmskog@gmail.com>
  • Loading branch information
Aqissiaq and palmskog authored Jan 23, 2024
1 parent 7553bbf commit 98db216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/abs.ott
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ e :: e_ ::=
| fn ( e1 , ... , en ) :: :: fn_call
{{ com function call }}
| e [ x1 |-> y1 , ... , xn |-> yn ] :: M :: subst_var
{{ coq (my_subst [[e]] [[x1 |-> y1 ... xn |-> yn]]) }}
{{ coq (e_var_subst [[e]] [[x1 |-> y1 ... xn |-> yn]]) }}

sig :: sig_ ::=
| T1 , ... , Tn -> T :: :: sig
Expand Down

0 comments on commit 98db216

Please sign in to comment.