idris-1.3.4: Functional Programming Language with Dependent Types
LicenseBSD3
MaintainerThe Idris Community.
Safe HaskellNone
LanguageHaskell2010

Idris.TypeSearch

Description

 
Synopsis

Documentation

searchPred :: IState -> Type -> [(Name, Type)] -> [(Name, Score)] #

Our default search predicate.

defaultScoreFunction :: Score -> Int #

Convert a Score to an Int to provide an order for search results. Lower scores are better.