0%

14-letter words containing type

  • aggregate type — (programming)   A data type composed of multiple elements. An aggregate can be homogeneous (all elements have the same type) e.g. an array, a list in a functional language, a string of characters, a file; or it can be heterogeneous (elements can have different types) e.g. a structure. In most languages aggregates can contain elements which are themselves aggregates. e.g. a list of lists. See also union.
  • character type — a cluster of personality traits commonly occurring together in an individual
  • condensed type — a typeface narrower than the standard type for the series
  • daguerreotypes — Plural form of daguerreotype.
  • endophenotypes — Plural form of endophenotype.
  • founder's type — special type cast by a type founder for hand composition, as opposed to type cast in a mechanical composing machine
  • late-type star — any star with a surface temperature below that of the sun, of spectral type K, M, C, or S
  • principal type — The most general type of an expression. For example, the following are all valid types for the lambda abstraction (\ x . x): Int -> Int Bool -> Bool (a->b) -> (a->b) but any valid type will be an instance of the principal type: a -> a. An instance is derived by substituting the same type expression for all occurences of some type variable. The principal type of an expression can be computed from those of its subexpressions by Robinson's unification algorithm.
  • recursive type — A data type which contains itself. The commonest example is the list type, in Haskell: data List a = Nil | Cons a (List a) which says a list of a's is either an empty list or a cons cell containing an 'a' (the "head" of the list) and another list (the "tail"). Recursion is not allowed in Miranda or Haskell synonym types, so the following Haskell types are illegal: type Bad = (Int, Bad) type Evil = Bool -> Evil whereas the seeminly equivalent algebraic data types are acceptable:
  • revert to type — go back to one's usual behaviour
  • teletypesetter — a keyboard device whose output can either be punched tape, which can be used directly to operate a line-casting machine, or be transmitted by cable or wire to operate such a machine indirectly
  • teletypewriter — a telegraphic apparatus by which signals are sent by striking the letters and symbols of the keyboard of an instrument resembling a typewriter and are received by a similar instrument that automatically prints them in type corresponding to the keys struck. Abbreviation: TTY.

On this page, we collect all 14-letter words with TYPE. It’s easy to find right word with a certain length. It is the easiest way to find 14-letter word that contains TYPE to use in Scrabble or Crossword puzzles.

Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?