Sciweavers

4959 search results - page 7 / 992
» Imperative Functional Programming
Sort
View
ML
2007
ACM
101views Machine Learning» more  ML 2007»
14 years 9 months ago
A persistent union-find data structure
The problem of disjoint sets, also known as union-find, consists in maintaining a partition of a finite set within a data structure. This structure provides two operations: a fu...
Sylvain Conchon, Jean-Christophe Filliâtre
ICFP
2003
ACM
15 years 10 months ago
Reasoning on an imperative object-based calculus in Higher Order Abstract Syntax
Alberto Ciaffaglione, Luigi Liquori, Marino Micula...
ENTCS
2007
103views more  ENTCS 2007»
14 years 10 months ago
Static Slicing of Rewrite Systems
Program slicing is a method for decomposing programs by analyzing their data and control flow. Slicingbased techniques have many applications in the field of software engineerin...
Diego Cheda, Josep Silva, Germán Vidal
POPL
1991
ACM
15 years 1 months ago
Polymorphic Type Inference and Assignment
We present a new approach to the polymorphic typing of data accepting in-place modification in ML-like languages. This approach is based on restrictions over type generalization,...
Xavier Leroy, Pierre Weis