it.unich.scalafix.package.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scalafix_3 Show documentation
Show all versions of scalafix_3 Show documentation
A Scala library for solving fixpoint equations
/**
* Copyright 2015, 2016, 2017 Gianluca Amato
*
* This file is part of ScalaFix. ScalaFix is free software: you can
* redistribute it and/or modify it under the terms of the GNU General Public
* License as published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* ScalaFix is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of a MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
* details.
*
* You should have received a copy of the GNU General Public License along with
* ScalaFix. If not, see .
*/
/**
* The fixpoint package contains everything which is related to defining and
* solving systems of equations.
*/
package it.unich.scalafix
/**
* The constant to use in -Xelide-below in order to remove tracing code. Note
* that tracing might be required to make a program work, so only elide it if
* you known what you are doing.
*/
final val TRACING = 5000
© 2015 - 2025 Weber Informatics LLC | Privacy Policy