Dictionary    Maps    Thesaurus    Translate    Advanced >   


Tip: Click Thesaurus above for synonyms. Also, follow synonym links within the dictionary to find definitions from other sources.

1. The Free On-line Dictionary of Computing (30 December 2018)
polymorphic lambda-calculus
System F

    (Or "second order typed lambda-calculus",
   "System F", "Lambda-2").  An extension of typed
   lambda-calculus allowing functions which take types as
   parameters.  E.g. the polymorphic function "twice" may be
   written:

    	twice = /\ t . \  (f :: t -> t) . \ (x :: t) . f (f x)

   (where "/\" is an upper case Greek lambda and "(v :: T)" is
   usually written as v with subscript T).  The parameter t will
   be bound to the type to which twice is applied, e.g.:

   	twice Int

   takes and returns a function of type Int -> Int.  (Actual type
   arguments are often written in square brackets [ ]).  Function
   twice itself has a higher type:

   	twice :: Delta t . (t -> t) -> (t -> t)

   (where Delta is an upper case Greek delta).  Thus /\
   introduces an object which is a function of a type and Delta
   introduces a type which is a function of a type.

   Polymorphic lambda-calculus was invented by Jean-Yves Girard
   in 1971 and independently by John C. Reynolds in 1974.

   ["Proofs and Types", J-Y. Girard, Cambridge U Press 1989].

   (2005-03-07)


Common Misspellings >
Most Popular Searches: Define Misanthrope, Define Pulchritudinous, Define Happy, Define Veracity, Define Cornucopia, Define Almuerzo, Define Atresic, Define URL, Definitions Of Words, Definition Of Get Up, Definition Of Quid Pro Quo, Definition Of Irreconcilable Differences, Definition Of Word, Synonyms of Repetitive, Synonym Dictionary, Synonym Antonyms. See our main index and map index for more details.

©2011-2024 ZebraWords.com - Define Yourself - The Search for Meanings and Meaning Means I Mean. All content subject to terms and conditions as set out here. Contact Us, peruse our Privacy Policy