Module: Cell (Umu::Value::Core::Morph::Stream)

Overview
Module Structure
Class Hierarchy
Constants
Cell::NIL
Module Functions
Cell.make_nil
Cell.make_cons / 2
is a submodule of
module: Stream ( Umu::Value::Core::Morph )
is modularized into
class: Abstract   
class: Nil   
class: Cons   
has modular siblings
module: Entry   
has properties
constant: NIL   
function: make_nil   
function: make_cons / 2   
is defined at
#16 in value/core/morph/stream/cell.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: Umu
  module: Value
  module: Core
  module: Morph
  module: Stream
✗ module: Cell
class: Abstract     
class: Nil     
class: Cons     
  module: Entry

Class Hierarchy

Object ( Builtin-Module )
Top ( Umu::Value::Core )
Abstract ( Umu::Value::Core::Morph::Stream::Cell )
  Nil     
  Cons     

Constants

Cell::NIL

#59 in value/core/morph/stream/cell.rb

NIL = Nil.new.freeze   

Module Functions

Cell.make_nil

#125 in value/core/morph/stream/cell.rb

make_nil

Cell.make_cons / 2

#130 in value/core/morph/stream/cell.rb

make_cons ( head_expr ,
  tail_stream )