package coq-lsp

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

Module File_context.ResultSource

Sourcetype ('a, 'b) t = ('a, 'b) Stdlib.Result.t =
  1. | Ok of 'a
  2. | Error of 'b