[tweaks to reform tutorial Jeremy Shaw **20120521221324 Ignore-this: b7ee9690502b76f5e66c1ae2a4994e69 ] hunk ./FileServing.lhs 30 -

Next: Web Routes

+

Next: Reform

hunk ./Makefile 23 -all: $(DESTDIR) $(subst .lhs,.hs,$(addprefix $(DESTDIR),$(DEMOS))) $(addprefix $(DESTDIR),$(CSS)) $(subst .lhs,.html,$(subst .markdown.lhs,.html,$(addprefix $(DESTDIR),$(DEPS)))) $(DESTDIR)$(BASENAME).html html/theme/theme.css html/theme/code-background.jpg html/factorial.tpl $(DESTDIR)Reform.html $(DESTDIR)Reform.hs +all: $(DESTDIR) $(subst .lhs,.hs,$(addprefix $(DESTDIR),$(DEMOS))) $(addprefix $(DESTDIR),$(CSS)) $(subst .lhs,.html,$(subst .markdown.lhs,.html,$(addprefix $(DESTDIR),$(DEPS)))) $(DESTDIR)$(BASENAME).html html/theme/theme.css html/theme/code-background.jpg html/factorial.tpl $(DESTDIR)Reform.html $(DESTDIR)Reform.hs Reform.markdown.lhs hunk ./Reform.markdown.lhs 10 - -

Reform Tutorial

+

Back to Table of Contents

+

Type-Safe Form processing using reform

hunk ./Reform.markdown.lhs 92 +You will need to install the following optional packages for this section: + +
+
cabal install reform reform-happstack reform-hsp
+
hunk ./Reform.markdown.lhs 874 +

Next: Web Routes

+ +