scrambled
Concept

Predicate type

Modified just now
Books JourneyProgramming Language Theory Statusreviewing Tags
  • language-feature-design
  • program analysis
  • runtime
  • semantics
  • type theory

A function type annotated with what it proves when returning true - e.g., (-> Any Boolean : mt) means "takes anything, returns Boolean, and when true, input was mt." Essentially, a type of a Type pred

A function type annotated with what it proves when returning true - e.g., (-> Any Boolean : mt) means "takes anything, returns Boolean, and when true, input was mt." Essentially, a type of a Type predicate.