Skip to content
Snippets Groups Projects
Commit 4891e581 authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

Move MRA out of unstable.

parent 6839ae86
No related branches found
No related tags found
No related merge requests found
......@@ -50,6 +50,7 @@ iris/algebra/ufrac.v
iris/algebra/reservation_map.v
iris/algebra/dyn_reservation_map.v
iris/algebra/max_prefix_list.v
iris/algebra/mra.v
iris/algebra/lib/excl_auth.v
iris/algebra/lib/frac_auth.v
iris/algebra/lib/ufrac_auth.v
......@@ -187,7 +188,6 @@ iris_unstable/algebra/list.v
iris_unstable/base_logic/algebra.v
iris_unstable/base_logic/mono_list.v
iris_unstable/heap_lang/interpreter.v
iris_unstable/algebra/monotone.v
iris_deprecated/base_logic/auth.v
iris_deprecated/base_logic/sts.v
......
(** This file is still experimental. See its tracking issue
https://gitlab.mpi-sws.org/iris/iris/-/issues/414 for details on remaining
issues before stabilization. *)
From iris.algebra Require Export cmra.
From iris.algebra Require Import updates local_updates.
From iris.prelude Require Import options.
......
File moved
From stdpp Require Import propset gmap strings.
From iris.unstable.algebra Require Import monotone.
From iris Require Import algebra.mra.
Unset Mangle Names.
......
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