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

Remove obsolute FIXME.

parent 45f84a82
No related branches found
No related tags found
No related merge requests found
From barrier Require Import barrier. From barrier Require Import barrier.
From program_logic Require Import auth sts saved_prop hoare ownership. From program_logic Require Import auth sts saved_prop hoare ownership.
(* FIXME This needs to be imported even though barrier exports it *)
From heap_lang Require Import notation.
Import uPred. Import uPred.
Definition client := (let: "b" := newchan '() in wait "b")%L. Definition client := (let: "b" := newchan '() in wait "b")%L.
......
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