idris-1.0: Functional Programming Language with Dependent Types

CopyrightLicense : BSD3
MaintainerThe Idris Community.
Safe HaskellNone
LanguageHaskell98

Idris.TypeSearch

Description

 

Synopsis

Documentation

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

Our default search predicate.

defaultScoreFunction :: Score -> Int Source #

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