User loginNavigation |
Tuples, functions, ghost functions and higher order functionsSoftware verification depends on clearly specified functions with well defined properties. Functions can be objects by themselves, i.e. they should be first class values. Tuples can be used to treat functions with zero, one or more arguments and one or more return values uniformly. The article Tuples and functions demonstrate the versatility of tuples. Functions might be computable or not computable. Clearly, in actual computations only computable functions can be used. However on the assertions level (when one reasons about computations) not computable functions are a powerful tool (as long as the functions are well defined). Ghost functions can be defined to fill this gap. Higher order functions (i.e. functions that take functions as arguments and/or return functions as values) are standard in functional programming style. Higher order functions help to reason about software and can structure the assertions needed. The article Ghost functions and higher order functions describes the basic concepts. By hbrandl at 2012-04-30 14:55 | LtU Forum | previous forum topic | next forum topic | other blogs | 5243 reads
|
Browse archives
Active forum topics |
Recent comments
1 week 1 day ago
41 weeks 3 days ago
41 weeks 3 days ago
41 weeks 3 days ago
1 year 11 weeks ago
1 year 15 weeks ago
1 year 17 weeks ago
1 year 17 weeks ago
1 year 20 weeks ago
1 year 24 weeks ago