Method: Dhall::List#first

Defined in:
lib/dhall/ast.rb

#firstObject



480
481
482
# File 'lib/dhall/ast.rb', line 480

def first
  Optional.for(elements.first, type: element_type)
end