package bonsai

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

Source file for_codemirror.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
open! Core

module Theme = struct
  type t =
    | Basic_dark
    | Basic_light
    | Gruvbox_dark
    | Nord
    | Solarized_dark
    | Solarized_light
    | Material_dark
  [@@deriving sexp_of]
end
OCaml

Innovation. Community. Security.