package rdf

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Rdf.WebaclSource

Convenient stuff to handle webacls

Sourcetype rights
Sourceval no_right : rights
Sourceval add_read : rights -> rights
Sourceval rem_read : rights -> rights
Sourceval has_read : rights -> bool
Sourceval add_write : rights -> rights
Sourceval rem_write : rights -> rights
Sourceval has_write : rights -> bool
Sourceval add_append : rights -> rights
Sourceval rem_append : rights -> rights
Sourceval has_append : rights -> bool
Sourceval add_control : rights -> rights
Sourceval rem_control : rights -> rights
Sourceval has_control : rights -> bool
Sourceval all_rights : rights
Sourceval add_rights_of_modes : rights -> Iri.t list -> rights
Sourceval modes_of_rights : rights -> Iri.t list
Sourceval rights_to_string : rights -> string
OCaml

Innovation. Community. Security.