package repr

  1. Overview
  2. Docs

This module is intended to be globally opened.

type +'a staged
val stage : 'a -> 'a staged
val unstage : 'a staged -> 'a