1
1
mirror of https://github.com/github/semantic.git synced 2024-12-01 09:15:01 +03:00

Safety first.

This commit is contained in:
Rob Rix 2016-09-24 16:46:50 +09:00
parent 265627923b
commit 8fd5675756

View File

@ -1,4 +1,4 @@
{-# LANGUAGE RankNTypes, TypeFamilies, TypeSynonymInstances, Unsafe #-}
{-# LANGUAGE RankNTypes, TypeFamilies, TypeSynonymInstances #-}
{-# OPTIONS_GHC -fno-warn-orphans #-}
module Term where