Skip to content
Snippets Groups Projects
Commit 528c3ed5 authored by Jonas Kastberg Hinrichsen's avatar Jonas Kastberg Hinrichsen
Browse files

Refactoring: Renamed stype->proto files

parent 31346e33
No related branches found
No related tags found
No related merge requests found
......@@ -6,9 +6,9 @@ theories/proto/list.v
theories/proto/channel.v
theories/proto/involutive.v
theories/proto/side.v
theories/proto/stype_def.v
theories/proto/stype.v
theories/proto/stype_enc.v
theories/proto/proto_def.v
theories/proto/proto_specs.v
theories/proto/proto_enc.v
theories/proto/branching.v
theories/examples/examples.v
theories/examples/proofs.v
......
......@@ -2,7 +2,7 @@ From iris.proofmode Require Import tactics.
From iris.program_logic Require Export weakestpre.
From iris.heap_lang Require Import proofmode notation.
From iris.base_logic Require Import invariants.
From osiris.proto Require Import stype.
From osiris.proto Require Import proto_specs.
Section Examples.
Context `{!heapG Σ} (N : namespace).
......
......@@ -4,8 +4,8 @@ Require Import Omega.
From iris.proofmode Require Import tactics.
From iris.program_logic Require Export weakestpre.
From iris.heap_lang Require Import proofmode notation.
From osiris.proto Require Import list channel stype_enc.
From iris.base_logic Require Import invariants.
From osiris.proto Require Import list channel proto_enc.
Section ListSortExample.
Context `{!heapG Σ} `{logrelG val Σ} (N : namespace).
......
......@@ -2,7 +2,7 @@ From iris.proofmode Require Import tactics.
From iris.program_logic Require Export weakestpre.
From iris.heap_lang Require Import proofmode notation.
From iris.base_logic Require Import invariants.
From osiris.proto Require Import stype.
From osiris.proto Require Import proto_specs.
From osiris.examples Require Import examples.
Section ExampleProofs.
......
......@@ -3,7 +3,7 @@ From iris.program_logic Require Export weakestpre.
From iris.heap_lang Require Import proofmode notation.
From iris.algebra Require Import list auth excl.
From iris.base_logic Require Import invariants.
From osiris.proto Require Import stype_enc.
From osiris.proto Require Import proto_enc.
From osiris.examples Require Import examples.
Section ExampleProofsEnc.
......
......@@ -3,7 +3,7 @@ From iris.program_logic Require Export weakestpre.
From iris.heap_lang Require Import proofmode notation.
From iris.algebra Require Import list auth excl.
From iris.base_logic Require Import invariants.
From osiris.proto Require Export stype_enc.
From osiris.proto Require Export proto_enc.
Section DualBranch.
Context `{PROP : bi}.
......
File moved
......@@ -3,7 +3,7 @@ From iris.program_logic Require Export weakestpre.
From iris.heap_lang Require Import proofmode notation.
From iris.algebra Require Import list auth excl.
From iris.base_logic Require Import invariants.
From osiris.proto Require Export encodable stype.
From osiris.proto Require Export encodable proto_specs.
Section DualStypeEnc.
Context `{EncDec V} `{PROP: bi} .
......
......@@ -6,7 +6,7 @@ From iris.heap_lang.lib Require Import spin_lock.
From iris.algebra Require Import list auth excl.
From iris.base_logic Require Import invariants.
From osiris.base_logic Require Import auth_excl.
From osiris.proto Require Export stype_def.
From osiris.proto Require Export proto_def.
From osiris.proto Require Export channel.
Class logrelG A Σ := {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment