diff options
Diffstat (limited to 'docs/core-spec/OpSem.ott')
-rw-r--r-- | docs/core-spec/OpSem.ott | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/core-spec/OpSem.ott b/docs/core-spec/OpSem.ott index db8ce1cf5e..b833b7487b 100644 --- a/docs/core-spec/OpSem.ott +++ b/docs/core-spec/OpSem.ott @@ -66,9 +66,10 @@ S |- e --> e' S |- case e as n return t of </ alti // i /> --> case e' as n return t of </ alti // i /> altj = K </ alphabb_kbb // bb /> </ xcc_tcc // cc /> -> u +e = K </ t'aa // aa /> </ sbb // bb /> </ ecc // cc /> u' = u[n |-> e] </ [alphabb_kbb |-> sbb] // bb /> </ [xcc_tcc |-> ecc] // cc /> -------------------------------------------------------------- :: MatchData -S |- case K </ t'aa // aa /> </ sbb // bb /> </ ecc // cc /> as n return t of </ alti // i /> --> u' +S |- case e as n return t of </ alti // i /> --> u' altj = lit -> u ---------------------------------------------------------------- :: MatchLit |