Code Generation for Functions as Data

Andreas Lochbihler 🌐

May 6, 2009

Abstract

FinFuns are total functions that are constant except for a finite set of points, i.e. a generalisation of finite maps. They are formalised as a new type in Isabelle/HOL such that the code generator can handle equality tests and quantification on FinFuns. On the code output level, FinFuns are explicitly represented by constant functions and pointwise updates, similarly to associative lists. Inside the logic, they behave like ordinary functions with extensionality. Via the update/constant pattern, a recursion combinator and an induction rule for FinFuns allow for defining and reasoning about operators on FinFun that are also executable.

License

BSD License

History

March 7, 2012
replace sets as FinFuns by predicates as FinFuns because the set type constructor has been reintroduced (revision b7aa87989f3a)
November 4, 2010
new conversion function from FinFun to list of elements in the domain (revision 0c167102e6ed)
August 13, 2010
new concept domain of a FinFun as a FinFun (revision 34b3517cbc09)

Topics

Session FinFun