package bonsai

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

Source file icons.ml

1
2
3
4
5
6
7
8
(** White Diamond symbol (U+25C7) *)
let neutral = "◇ "

(** Diamond with Top Black Half symbol (U+2B18) *)
let ascending = "⬘ "

(** Diamond with Bottom Black Half symbol (U+2B19) *)
let descending = "⬙ "
OCaml

Innovation. Community. Security.