You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{-# LANGUAGE Arrows #-}
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE FlexibleContexts #-}
{-# LANGUAGE FlexibleInstances #-}
{-# LANGUAGE GADTs #-}
{-# LANGUAGE MultiParamTypeClasses #-}
{-# LANGUAGE QuasiQuotes #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE StandaloneDeriving #-}
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE TupleSections #-}
{-# LANGUAGE TypeFamilies #-}
moduleBroken.Indent
( Name(..)
) wheredataName=NameStringderivinginstanceEqNamederivinginstanceShowName
The text was updated successfully, but these errors were encountered:
@issue-dispenser, how do you feel about tackling this one? It will require a bit of shuffling in haskell-indentation.el, but overall is rather doable. What do you think?
The text was updated successfully, but these errors were encountered: