Module fmap_view

Module fmap_view 

Source
Expand description

A resource wrapping a FMap in a View

This module defines a specialization of Resource for the case where you want:

  • A single, authoritative version of a FMap
  • Multiple fragments of such a map, that each assert that some key-value is in the map.

These are the Authority and Fragment types respectively.

Structsยง

Authority
Wrapper around a Resource, that allows to agree on the values of a FMap.
Fragment
Wrapper around a Resource, that allows to agree on the values of a FMap.