genUniqueStr : List String -> String -> StringfindBindableNames : Bool -> List Name -> List String -> RawImp -> List (Name, Name)findUniqueBindableNames : Ref Ctxt Defs => FC -> Bool -> List Name -> List String -> RawImp -> Core (List (Name, Name))findAllNames : List Name -> RawImp -> List NamefindIBindVars : RawImp -> List NamesubstNames : List Name -> List (Name, RawImp) -> RawImp -> RawImpsubstBindVars : List Name -> List (Name, RawImp) -> RawImp -> RawImpsubstNamesClause : List Name -> List (Name, RawImp) -> ImpClause -> ImpClausesubstLoc : FC -> RawImp -> RawImpsubstLocClause : FC -> ImpClause -> ImpClauseuniqueBasicName : Defs -> List String -> String -> Core StringuniqueHoleName : Ref Syn SyntaxInfo => Defs -> List String -> String -> Core StringuniqueHoleNames : Ref Syn SyntaxInfo => Defs -> Nat -> String -> Core (List String)getArgName : Ref Ctxt Defs => Defs -> Name -> List Name -> List Name -> NF vars -> Core StringgetArgNames : Ref Ctxt Defs => Defs -> List Name -> List Name -> Env Term vars -> NF vars -> Core (List String)etaExpandImplicits : Ref Ctxt Defs => Ref UST UState => FC -> RawImp -> RawImp -> RawImp -> Core (RawImp, RawImp)