package core_kernel

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

Module Reversed.With_sexp_ofSource

Renders sexps without reversing the list. E.g. 1::2 is represented as (1 2).

Sourcetype nonrec 'a t = 'a t
Sourceval sexp_of_t : ('a -> Sexplib0.Sexp.t) -> 'a t -> Sexplib0.Sexp.t