package tablecloth-base

  1. Overview
  2. Docs

Source file Internal.ml

1
2
3
4
5
module Comparator = TableclothComparator

let to_base_comparator (comparator : ('a, 'id) TableclothComparator.s) :
    ('a, 'id) Base.Comparator.Module.t =
  Obj.magic comparator