more mass renaming
This commit is contained in:
+3
-3
@@ -104,12 +104,12 @@
|
||||
% specifically account for this error
|
||||
-record(gsc_err_bcom_unterminated,
|
||||
{prev_tokens :: [tk()],
|
||||
break_pos :: gsc_pos(),
|
||||
break_pos :: tk_pos(),
|
||||
rest :: string()}).
|
||||
|
||||
-record(gsc_err_no_tokmatch,
|
||||
{prev_tokens :: [tk()],
|
||||
break_pos :: gsc_pos(),
|
||||
break_pos :: tk_pos(),
|
||||
rest :: string()}).
|
||||
|
||||
|
||||
@@ -133,7 +133,7 @@
|
||||
% generic placeholder error for now
|
||||
-record(gsc_err,
|
||||
{atom :: atom(),
|
||||
string = none :: none | iolist(),
|
||||
str = none :: none | iolist(),
|
||||
extra = none :: none | any()}).
|
||||
|
||||
% @doc all errors GSC can return conveniently listed in
|
||||
|
||||
Reference in New Issue
Block a user