package oxbow

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

Source file scope.ml

1
2
3
4
5
6
7
open! Ppx_yojson_conv_lib.Yojson_conv

type t =
  | All [@name "all"]
  | Focused [@name "focused"]
  | Output of string [@name "output"]
[@@deriving yojson]