Difference between revisions of "Talk:HAppS tutorial"

From HaskellWiki
Jump to navigation Jump to search
(discussion whether HList should be mentioned as a dependency)
 
 
(One intermediate revision by one other user not shown)
Line 6: Line 6:
   
 
`Setup.hs: cannot satisfy dependency HList-any`
 
`Setup.hs: cannot satisfy dependency HList-any`
  +
  +
[[User:Montsamu|Montsamu]] 19:02, 5 April 2007 (UTC)
  +
  +
"State is just a haskell data type you define (deriving (Read, Show, Typeable)). "
  +
  +
Typeable brings in data.generics, scrap your boilerplate... stuff I don't know yet, and surmise may discourage beginners.
  +
  +
If it's possible to have state without SYB, an example of that would have been helpful to me just to get started. (so I don't have to learn SYB to use HAppS. If it's not possible to get things working without SYB, or it requires jumping through so many hoops that you're better off just learning SYB, I think the reason for using this machinery should ideally be explained.
  +
  +
[[User:Tphyahoo|Tphyahoo]] 00:01, 9 August 2007 (UTC)

Latest revision as of 00:01, 9 August 2007

Should it be mentioned that HList is a dependency?

http://homepages.cwi.nl/~ralf/HList/

Following the tutorial ended up with configure error of:

`Setup.hs: cannot satisfy dependency HList-any`

Montsamu 19:02, 5 April 2007 (UTC)

"State is just a haskell data type you define (deriving (Read, Show, Typeable)). "

Typeable brings in data.generics, scrap your boilerplate... stuff I don't know yet, and surmise may discourage beginners.

If it's possible to have state without SYB, an example of that would have been helpful to me just to get started. (so I don't have to learn SYB to use HAppS. If it's not possible to get things working without SYB, or it requires jumping through so many hoops that you're better off just learning SYB, I think the reason for using this machinery should ideally be explained.

Tphyahoo 00:01, 9 August 2007 (UTC)