/** * (c) 2011, Alejandro Serrano * Released under the terms of the EPL. */ package net.sf.eclipsefp.haskell.browser.items; /** * Kinds of declarations that may appear in results. * * @author Alejandro Serrano */ public enum DeclarationType { DATA_TYPE, NEW_TYPE, TYPE_CLASS, INSTANCE, FUNCTION, TYPE_SYNONYM }