Remove outdated comment about atoms

Signed-off-by: Rudi Grinberg <rudi.grinberg@gmail.com>
This commit is contained in:
Rudi Grinberg 2018-06-20 16:02:51 +06:30
parent 7d2c7d9579
commit f180470158
1 changed files with 0 additions and 2 deletions

View File

@ -4,8 +4,6 @@
module Atom : sig
type t = private A of string [@@unboxed]
(** Acceptable atoms are composed of chars in the range ['!' .. '~'] excluding
[' ' '"' '(' ')' ';' '\\'], and must be nonempty. *)
type syntax = Jbuild | Dune