%0 Conference Paper %B Proceedings of Overture Workshop %D 2005 %T Camila Revival: VDM meets Haskell %A Joost Visser %A José Nuno Oliveira %A Luis Soares Barbosa %A João F. Ferreira %A Alexandra Mendes %E Nico Plat %E Peter Gorm Larsen %C University of Newcastle upon Tyne, UK %I University of Newcastle TR series %X

We have experimented with modeling some of the key concepts of the VDM specification language inside the functional programming language Haskell. For instance, VDM’s sets and maps are directly available as data types defined in standard libraries; we merely needed to define some additional functions to make the match complete. A bigger challenge is posed by VDM’s data type invariants, and pre- and post- conditions. For these we resorted to Haskell’s constructor class mechanism, and its support for monads. This allows us to switch between different modes of evaluation (e.g. with or without property checking) by simply coercing user defined functions and operations to different specific types.

%8 July %> https://haslab.uminho.pt/sites/default/files/lsb/files/2005-camilarevival.pdf