package libsail

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

Module Libsail.PragmaSource

Sourceval all : unit -> Util.StringSet.t

We want to provide warnings for e.g. a mispelled pragma rather than just silently ignoring them, so we can access a list of all recognised pragmas.

Sourceval register : string -> unit