All Downloads are FREE. Search and download functionalities are using the official Maven repository.

edu.tum.cs.isabelle.japi.Codecs Maven / Gradle / Ivy

There is a newer version: 1.1.0-RC3
Show newest version
package edu.tum.cs.isabelle.japi;

import scala.math.BigInt;

import edu.tum.cs.isabelle.*;
import edu.tum.cs.isabelle.api.*;

public class Codecs {

  private Codecs() {}


  public static final Codec TREE =
    Codec$.MODULE$.tree();

  public static final Codec STRING =
    Codec$.MODULE$.string();

  public static final Codec BIGINT =
    Codec$.MODULE$.integer();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy