mirror of
https://github.com/github/semantic.git
synced 2025-01-06 06:46:07 +03:00
Define base instances
Co-Authored-By: Rob Rix <rob.rix@github.com>
This commit is contained in:
parent
9ca78cc521
commit
b9803a5772
@ -197,6 +197,13 @@ class HasPostlude (language :: Language) where
|
||||
-> Evaluator address value effects ()
|
||||
postlude _ = pure ()
|
||||
|
||||
instance HasPostlude 'Go
|
||||
instance HasPostlude 'Haskell
|
||||
instance HasPostlude 'Java
|
||||
instance HasPostlude 'PHP
|
||||
instance HasPostlude 'Python
|
||||
instance HasPostlude 'Ruby
|
||||
instance HasPostlude 'TypeScript
|
||||
|
||||
-- Effects
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user