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 01afc3f commit fa9b1fd
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 (U.Inr [], [])

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

0 comments on commit fa9b1fd

Please sign in to comment.