module DhallishGrammar::ImportExpression1

Public Instance Methods

as_type() click to toggle source
# File lib/DhallishGrammar.rb, line 6956
def as_type
  elements[2]
end
prefix() click to toggle source
# File lib/DhallishGrammar.rb, line 6948
def prefix
  elements[0]
end
src() click to toggle source
# File lib/DhallishGrammar.rb, line 6952
def src
  elements[1]
end