File: external-debug2.hamlet

package info (click to toggle)
haskell-shakespeare 2.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 536 kB
  • sloc: haskell: 6,485; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 418 bytes parent folder | download | duplicates (8)
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}