Module: DhallishGrammar::ImportExpression1

Defined in:
lib/DhallishGrammar.rb

Instance Method Summary collapse

Instance Method Details

#as_typeObject



6956
6957
6958
# File 'lib/DhallishGrammar.rb', line 6956

def as_type
  elements[2]
end

#prefixObject



6948
6949
6950
# File 'lib/DhallishGrammar.rb', line 6948

def prefix
  elements[0]
end

#srcObject



6952
6953
6954
# File 'lib/DhallishGrammar.rb', line 6952

def src
  elements[1]
end