语言选择:
免费网上英汉字典|3Dict

functor

资料来源 : pyDict

起作用的东西,运算元

资料来源 : Free On-Line Dictionary of Computing

functor
     
        In {category theory}, a functor F is an operator on types.  F
        is also considered to be a {polymorphic} operator on functions
        with the type
     
        	F : (a -> b) -> (F a -> F b).
     
        Functors are a generalisation of the function "{map}".  The
        type operator in this case takes a type T and returns type
        "list of T".  The map function takes a function and applies it
        to each element of a list.
     
        (1995-02-07)
依字母排序 : A B C D E F G H I J K L M N O P Q R S T U V W X Y Z