This commit is contained in:
Jared Forsyth 2016-07-01 07:26:50 -06:00 committed by GitHub
parent 9e9ebbfa4a
commit 61bfe67bfb
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ let is_accept : LTerm_read_line.action -> bool = function
| Accept -> true
| action -> action == UTop.end_and_accept_current_phrase
(* Read a phrase. If the result is a value, it is guaranteed to by a
(* Read a phrase. If the result is a value, it is guaranteed to be a
valid phrase (i.e. typable and compilable). It also returns
warnings printed parsing. *)
class read_phrase ~term = object(self)