Constant Field Values

Contents

net.hydromatic.*

  • net.hydromatic.morel.compile.net.hydromatic.morel.compile.Pretty 
    Modifier and Type Constant Field Value
    private static final int DEPTH_LIMIT 5
    private static final int LINE_LENGTH 78
    private static final int LIST_LENGTH 12
  • net.hydromatic.morel.compile.TypeResolver 
    Modifier and Type Constant Field Value
    private static final java.lang.String APPLY_TY_CON "apply"
    private static final java.lang.String FN_TY_CON "fn"
    private static final java.lang.String LIST_TY_CON "list"
    private static final java.lang.String RECORD_TY_CON "record"
    private static final java.lang.String TUPLE_TY_CON "tuple"