package core_kernel

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

Module Reversed.With_rev_sexp_ofSource

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

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