Re: Projects using HUGS or Haskell

1999-06-11 Thread Wolfram Kahl
Simon Peyton-Jones <[EMAIL PROTECTED]> writes: > What I have not done (any volunteers) is to export these rules, or > the function definitions to a thm prover. I am in the course of exporting function definitions (and later probably also rules) to the term graph transformation system HOPS (

RE: Projects using HUGS or Haskell

1999-06-11 Thread Simon Peyton-Jones
> Idea 1: > Export Haskell declarations to a theorem prover, such as HOL > or PVS. Then > permit the user of the theorem prover to state and prove > properties of the > Haskell program, using the exported definitions. > > Ideas 2: > > There was recently a discussion about adding "rules" to >

Projects using HUGS or Haskell

1999-06-10 Thread Peter White
Idea 1: Export Haskell declarations to a theorem prover, such as HOL or PVS. Then permit the user of the theorem prover to state and prove properties of the Haskell program, using the exported definitions. Ideas 2: There was recently a discussion about adding "rules" to Haskell, that document t