Skip to content
Snippets Groups Projects
Commit 0e3bc878 authored by Ralf Jung's avatar Ralf Jung
Browse files

add 'Proof Using' hints to enable -quick compilation

parent 25a16da6
No related tags found
No related merge requests found
Pipeline #
......@@ -3,6 +3,7 @@ From iris.base_logic Require Import big_op.
From lrust.lang Require Import notation.
From lrust.lifetime Require Import definitions.
From lrust.typing Require Import type lft_contexts.
Set Default Proof Using "Type".
Definition path := expr.
Bind Scope expr_scope with path.
......
......@@ -3,6 +3,7 @@ From lrust.lang Require Import heap memcpy.
From lrust.lifetime Require Import borrow frac_borrow.
From lrust.typing Require Export uninit uniq_bor shr_bor own sum.
From lrust.typing Require Import lft_contexts type_context programs product.
Set Default Proof Using "Type".
Section case.
Context `{typeG Σ}.
......
From iris.proofmode Require Import tactics.
From lrust.typing Require Export type.
From lrust.typing Require Import product.
Set Default Proof Using "Type".
Section uninit.
Context `{typeG Σ}.
......
......@@ -4,6 +4,7 @@ From lrust.lifetime Require Import borrow frac_borrow reborrow.
From lrust.lang Require Import heap.
From lrust.typing Require Export type.
From lrust.typing Require Import lft_contexts type_context shr_bor programs.
Set Default Proof Using "Type".
Section uniq_bor.
Context `{typeG Σ}.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment