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