1
1
mirror of https://github.com/github/semantic.git synced 2024-12-23 06:41:45 +03:00

GeneralizedNewtypeDeriving on Data.Adjoined.

This commit is contained in:
Rob Rix 2016-03-11 14:03:50 -05:00
parent 203350ced1
commit 49578b9fd7

View File

@ -1,3 +1,4 @@
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
module Data.Adjoined where
import Control.Monad