Minor improvement

amethyst
mueck 8 months ago
parent 1f956e528e
commit 9f77d69dcf
No known key found for this signature in database

@ -1,14 +1,12 @@
From stdpp Require Import gmap base relations.
From iris Require Import prelude.
From semantics.ts.stlc_extended Require Import lang notation types.
From semantics.ts.stlc_extended Require Import lang notation.
(** * Big-step semantics *)
Implicit Types
(Γ : typing_context)
(v : val)
(e : expr)
(A : type).
(e : expr).
Inductive big_step : expr val Prop :=
| bs_lit (n : Z) :

Loading…
Cancel
Save