package coq-lsp

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

Source file ser_summary.ml

1
2
3
4
5
6
7
8
module Interp = struct

type frozen = Summary.Interp.frozen

let frozen_of_sexp x = Serlib_base.opaque_of_sexp ~typ:"Summary.Interp.frozen" x
let sexp_of_frozen x = Serlib_base.sexp_of_opaque ~typ:"Summary.Interp.frozen" x

end
OCaml

Innovation. Community. Security.