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