package toffee

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

Source file absolute_axis.ml

1
2
3
type t = Horizontal | Vertical

let other = function Horizontal -> Vertical | Vertical -> Horizontal