Sha256: c812f5a1d9cf64a4c60153be58b89316bec13285016a82a8597336a3befbcc0f
Contents?: true
Size: 609 Bytes
Versions: 19
Compression:
Stored size: 609 Bytes
Contents
module Steep module AST module Types type t = Any | Boolean | Bot | Nil | Top | Void | Literal | Class | Instance | Self | Intersection | Record | Tuple | Union | Name::Alias | Name::Instance | Name::Interface | Name::Singleton | Proc | Var | Logic::Not | Logic::ReceiverIsNil | Logic::ReceiverIsNotNil | Logic::ReceiverIsArg | Logic::ArgIsReceiver | Logic::ArgEqualsReceiver | Logic::Env # Variables and special types that is subject for substitution # type variable = Symbol | Class | Instance | Self end end end
Version data entries
19 entries across 19 versions & 1 rubygems