fix not_empty_list #92

This commit is contained in:
Costa Vitor 2009-06-03 10:43:40 -05:00
parent efb72f7d0e
commit 51d1c442d6
1 changed files with 1 additions and 1 deletions

View File

@ -316,7 +316,7 @@ domain_error(mutable, Opt) --> !,
[ 'invalid id mutable ~w' - [Opt] ].
domain_error(module_decl_options, Opt) --> !,
[ 'expect module declaration options, found ~w' - [Opt] ].
domain_error(not_empty_list, Opt) --> !,
domain_error(non_empty_list, Opt) --> !,
[ 'found empty list' - [Opt] ].
domain_error(not_less_than_zero, Opt) --> !,
[ 'number ~w less than zero' - [Opt] ].