Skip to content

Commit

Permalink
argh
Browse files Browse the repository at this point in the history
  • Loading branch information
nikswamy committed Aug 23, 2017
1 parent 80a2211 commit 01afc3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser/ml/FStar_Parser_ParseIt.ml
Expand Up @@ -87,7 +87,7 @@ let parse fn =
U.Inl (frags, FStar_Parser_LexFStar.flush_comments ())
with
| FStar_Errors.Empty_frag ->
U.Inl ([], [])
U.Inl (U.Inl [], [])

| FStar_Errors.Error(msg, r) ->
U.Inr (msg, r)
Expand Down

0 comments on commit 01afc3f

Please sign in to comment.