1
1
mirror of https://github.com/github/semantic.git synced 2024-12-19 12:51:52 +03:00

derive any class

This commit is contained in:
joshvera 2018-11-01 22:45:51 -04:00
parent 2ae950d82e
commit daf17e426d

View File

@ -1,4 +1,4 @@
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
{-# LANGUAGE GeneralizedNewtypeDeriving, DeriveAnyClass #-}
module Data.Abstract.Heap
( Heap
, frameLookup