Source file level.ml

1
2
3
4
5
6
7
8
9
open! Base
open! Import

type t =
  [ `Debug
  | `Info
  | `Error
  ]
[@@deriving sexp_of]