File: external-debug2.hamlet

package info (click to toggle)
haskell-hamlet 1.1.9.2-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 192 kB
  • ctags: 1
  • sloc: haskell: 2,249; makefile: 3
file content (29 lines) | stat: -rw-r--r-- 418 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#{var}
#{id var}
@{url}
@{Home}
@{Sub SubUrl}
@?{urlp}
^{template}
$if id true
    true
    #{id $ id $ id (id $ id extra)}
$if not true
$else
    not true
    #{id $ id $ id (id extra)}
$if not true
$elseif true
    elseif true
    #{id $ id(id extra)}
$maybe j <- just
    #{j}
    #{id j}
    #{id (id extra)}
$maybe _ <- nothing
$nothing
    nothing
    #{id extra}
$forall l <- list
    #{id $ id l}
    #{extra}