[isabelle-dev] *** exception Empty raised (line 331 of "library.ML")

Florian Haftmann florian.haftmann at informatik.tu-muenchen.de
Sat Feb 11 19:49:43 CET 2012


> instantiation list :: (order) order
> begin
>
> fun le_list :: "('a::order)list => 'a list => bool" where
> "le_list [] [] = True" |
> "le_list (x#xs) (y#ys) = (x <= y & xs <= ys)" |
> "le_list _ _ = False"
>
> *** exception Empty raised (line 331 of "library.ML")

This seems to be a function-related issue, according to the traceback:

List.map(2)
Function_Core.prove_stuff(12)
Function_Core.prove_stuff(1)(1)(1)(1)(1)(1)(1)(1)(1)(1)(1)
Function_Core.prepare_function(6)
Function_Mutual.prepare_function_mutual(6)
Function.prepare_function(8)
Function.gen_add_function(8)
Function_Fun.gen_add_fun(1)(1)
Toplevel.local_theory_presentation(2)(1)(1)

Maybe the misbehaviour has something to do with the effect that on the
rhs the phrase "xs <= ys" is substituted by "less_eq_list xs ys" (with
less_eq_listbeing a free variable) during the term check phase.

Cheers,
	Florian

-- 

PGP available:
http://home.informatik.tu-muenchen.de/haftmann/pgp/florian_haftmann_at_informatik_tu_muenchen_de

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 262 bytes
Desc: OpenPGP digital signature
URL: <https://mailman46.in.tum.de/pipermail/isabelle-dev/attachments/20120211/43763711/attachment.sig>


More information about the isabelle-dev mailing list