Snippets

orbitzN GADT This?

Created by orbitzN
1
2
3
4
5
6
7
8
  type scalar =
    | I of int
    | F of float
    | S of string

  type t =
    | V of scalar
    | L of t Map.t list

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.