mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-11 19:58:28 +01:00
9 lines
492 B
Plaintext
9 lines
492 B
Plaintext
<form .hoogle action=@{SnapshotR name HoogleR}>
|
|
<input type=search autofocus name=q value=#{queryText} placeholder="Hoogle Search Phrase" .search>
|
|
<input .btn type="submit" value="Search">
|
|
$maybe packageName <- mPackageName
|
|
<input type=hidden name=package value=#{packageName}>
|
|
<label .checkbox .exact-lookup for=exact title="Only find identifiers matching your search term precisely">
|
|
<input type=checkbox name=exact :exact:checked #exact>
|
|
Exact lookup
|