File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1326,10 +1326,10 @@ Definition vfun' A (f : A -> heap -> Prop) : post A :=
13261326 fun y i => if y is Val v then f v i else False.
13271327
13281328Notation "[ 'vfun' x => p ]" := (vfun' (fun x => p))
1329- (at level 0, x name, format "[ 'vfun' x => p ]") : fun_scope .
1329+ (at level 0, x name, format "[ 'vfun' x => p ]") : function_scope .
13301330Notation "[ 'vfun' x : aT => p ]" := (vfun' (fun (x : aT) => p))
1331- (at level 0, x name, only parsing) : fun_scope .
1331+ (at level 0, x name, only parsing) : function_scope .
13321332Notation "[ 'vfun' x i => p ]" := (vfun' (fun x i => p))
1333- (at level 0, x name, format "[ 'vfun' x i => p ]") : fun_scope .
1333+ (at level 0, x name, format "[ 'vfun' x i => p ]") : function_scope .
13341334Notation "[ 'vfun' ( x : aT ) i => p ]" := (vfun' (fun (x : aT) i => p))
1335- (at level 0, x name, only parsing) : fun_scope .
1335+ (at level 0, x name, only parsing) : function_scope .
You can’t perform that action at this time.
0 commit comments