= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type _ t =
| Int : Common.int -> Common.int t
| String : Common.string -> byte_array t
| Bool : Common.bool -> Common.bool t
val pp : 'a. Format.formatter -> 'a t -> Common.unit
module Str : sig ... end