remove old part of mli doc

This commit is contained in:
Rijnard van Tonder 2021-03-29 00:19:54 -07:00
parent ac8ac4ab8a
commit a2ad280fe8

View File

@ -318,14 +318,6 @@ module Matchers : sig
; Regex (":[", '~', "]")
]
let default_identifier =
function
| 'a' .. 'z'
| 'A' .. 'Z'
| '0' .. '9'
| '_' -> true
| _ -> false
let default_identifier =
"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_"
*)