Module: DhallishGrammar::LetExpression2

Defined in:
lib/DhallishGrammar.rb

Instance Method Summary collapse

Instance Method Details

#declarationsObject



5861
5862
5863
# File 'lib/DhallishGrammar.rb', line 5861

def declarations
  elements[0]
end

#in_exprObject



5869
5870
5871
# File 'lib/DhallishGrammar.rb', line 5869

def in_expr
  elements[3]
end

#spaceObject



5865
5866
5867
# File 'lib/DhallishGrammar.rb', line 5865

def space
  elements[2]
end