{{#input-with-autocomplete onSubmit=(action 'searchIdentifier') createSearchUrlFunction=createSearchUrlFunction maxItems=10 selectItem=(action 'showIdentifier') searchButtonText="Search in all packages" placeholder="Haskell identifier" as |identifier|}} {{identifier.demangledOccName}} :: {{type-signature-text components=identifier.idType.components}}
{{identifier.locationInfo.packageId.name}}-{{identifier.locationInfo.packageId.version}} {{#if identifier.locationInfo.modulePath}} {{identifier.locationInfo.modulePath}} {{else}} {{identifier.locationInfo.moduleName}} {{/if}}
{{/input-with-autocomplete}}
{{input class="form-control" type="text" value=query placeholder="Package name"}} Number of packages : {{packages.length}}