package ppxlib

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

Source file warn.ml

1
2
3
4
5
6
open! Import

let default_print_warning _loc = ()
let about_ite_branch_ref = ref default_print_warning
let care_about_ite_branch = ref false
let about_ite_branch loc = !about_ite_branch_ref loc
OCaml

Innovation. Community. Security.