package bonsai

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

Source file column_size.ml

1
2
3
4
5
6
open! Core

type t =
  | Visible of { width_px : float }
  | Hidden of { prev_width_px : float option }
[@@deriving sexp, equal]
OCaml

Innovation. Community. Security.