ocaml
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs

authored by

Kento Okura and committed by
Jon Sterling
93012927 a9463be7

+7 -4
+7 -4
lib/core/Forester_core.ml
··· 4 4 * SPDX-License-Identifier: GPL-3.0-or-later 5 5 *) 6 6 7 - (** Core types 8 - *) 7 + (** Core types *) 9 8 10 9 include Base 10 + (**@closed*) 11 11 12 12 module Iri_scheme = Iri_scheme 13 13 ··· 22 22 23 23 (** {1 Error handling}*) 24 24 25 - (** Definition of compiler diagnostics and other errors.*) 25 + (** {2 Compiler diagnostics and other errors.}*) 26 + 26 27 module Reporter = Reporter 27 28 28 - (** Source locations. Among other things these are used by compiler diagnostics and the language server.*) 29 + (** {2 Source locations} 30 + Among other things these are used by compiler diagnostics and the language server.*) 31 + 29 32 module Range = Range 30 33 31 34 (** {1 Query system}