src/Pure/ROOT.scala
changeset 65715 e57e5935c6b4
parent 65712 ddd6dfc28e80
child 65761 ce909161d030
equal deleted inserted replaced
65714:7693ba6d65bc 65715:e57e5935c6b4
    17   val terminate_lines = Library.terminate_lines _
    17   val terminate_lines = Library.terminate_lines _
    18   val quote = Library.quote _
    18   val quote = Library.quote _
    19   val commas = Library.commas _
    19   val commas = Library.commas _
    20   val commas_quote = Library.commas_quote _
    20   val commas_quote = Library.commas_quote _
    21   val proper_string = Library.proper_string _
    21   val proper_string = Library.proper_string _
    22   val proper_string_default = Library.proper_string_default _
       
    23 }
    22 }