Interface TypeSystem.ForallHelper

    • Method Detail

      • get

        TypeVar get​(int i)
        Creates type `i.
      • list

        ListType list​(int i)
        Creates type `i list.
      • vector

        Type vector​(int i)
        Creates type `i vector.
      • option

        Type option​(int i)
        Creates type `i option.
      • predicate

        FnType predicate​(int i)
        Creates type `i → bool.