Module: Dhall::Parser::MinusInfinityLiteral
- Defined in:
- lib/dhall/parser.rb
Instance Method Summary collapse
Instance Method Details
#value ⇒ Object
216 217 218 |
# File 'lib/dhall/parser.rb', line 216 def value Double.new(value: -Float::INFINITY) end |