package coq-lsp

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

Source file main.ml

1
2
3
4
5
6
7
8
9
10
open Fleche

let msg_info ~io = Io.(Report.msg ~io ~lvl:Info)

let simple_action ~io ~token:_ ~(doc : Doc.t) =
  msg_info ~io "[example plugin] file checking for %a was completed"
    Lang.LUri.File.pp doc.uri

let main () = Theory.Register.Completed.add simple_action
let () = main ()
OCaml

Innovation. Community. Security.