Skip to main content

and
  1. No Access

    Chapter

    A Reflection on Types

    The ability to perform type tests at runtime blurs the line between statically-typed and dynamically-checked languages. Recent developments in Haskell’s type system allow even programs that use reflection to t...

    Simon Peyton Jones, Stephanie Weirich in A List of Successes That Can Change the Wo… (2016)

  2. No Access

    Chapter and Conference Paper

    Verified ROS-Based Deployment of Platform-Independent Control Systems

    The paper considers the problem of model-based deployment of platform-independent control code on a specific platform. The approach is based on automatic generation of platform-specific glue code from an archi...

    Wenrui Meng, Junkil Park, Oleg Sokolsky, Stephanie Weirich in NASA Formal Methods (2015)

  3. No Access

    Chapter and Conference Paper

    Dependently-Typed Programming in GHC

    Is Haskell a dependently-typed programming language?

    Stephanie Weirich in Functional and Logic Programming (2012)

  4. No Access

    Chapter

    Generic Programming with Dependent Types

    Some programs are doubly generic. For example, map is datatype-generic in that many different data structures support a map** operation. A generic programming language like Generic Haskell can use a single defi...

    Stephanie Weirich, Chris Casinghino in Generic and Indexed Programming (2012)

  5. No Access

    Chapter and Conference Paper

    Mechanized Metatheory for the Masses: The PoplMark Challenge

    How close are we to a world where every paper on programming languages is accompanied by an electronic appendix with machine-checked proofs?

    Brian E. Aydemir, Aaron Bohannon in Theorem Proving in Higher Order Logics (2005)

  6. Chapter and Conference Paper

    Higher-Order Intensional Type Analysis

    Intensional type analysis provides the ability to analyze abstracted types at run time. In this paper, we extend that ability to higherorder and kind-polymorphic type constructors. The resulting language is el...

    Stephanie Weirich in Programming Languages and Systems (2002)

  7. Chapter and Conference Paper

    Encoding Intensional Type Analysis

    Languages for intensional type analysis permit ad-hoc polymorphism, or run-time analysis of types. However, such languages require complex, specialized constructs to support this operation, which hinder optimi...

    Stephanie Weirich in Programming Languages and Systems (2001)