/** * (c) 2011, Alejandro Serrano * Released under the terms of the EPL. */ package net.sf.eclipsefp.haskell.browser.views.declarations; /** * View part for 'declarations' in the Browser. * @author Alejandro Serrano * */ public class TypesView extends DeclarationsView { /** * The ID of the view as specified by the extension. */ public static final String ID = "net.sf.eclipsefp.haskell.browser.views.declarations.TypesView"; public TypesView() { super(true); } }