1
1
mirror of https://github.com/github/semantic.git synced 2024-12-29 18:06:14 +03:00

🔥 MonoLocalBinds.

This commit is contained in:
Rob Rix 2017-08-04 17:04:43 -04:00
parent c3dc25dc55
commit 100dd2f305

View File

@ -1,4 +1,4 @@
{-# LANGUAGE DeriveAnyClass, MonoLocalBinds, TypeOperators #-}
{-# LANGUAGE DeriveAnyClass, TypeOperators #-}
module Data.Syntax where
import Algorithm