mirror of
https://github.com/GaloisInc/macaw.git
synced 2024-11-24 08:53:12 +03:00
Add an extra comment to the backend docs
This commit is contained in:
parent
68c5578f03
commit
81f8f5a849
@ -1,7 +1,10 @@
|
||||
{-# LANGUAGE ExistentialQuantification #-}
|
||||
{-# LANGUAGE RankNTypes #-}
|
||||
-- | This module exports additional definitions that are required to implement
|
||||
-- architecture-specific backends for macaw-symbolic
|
||||
-- architecture-specific backends for macaw-symbolic.
|
||||
--
|
||||
-- See macaw-x86-symbolic and macaw-ppc-symbolic for examples of how to write a
|
||||
-- backend.
|
||||
module Data.Macaw.Symbolic.Backend (
|
||||
-- * Creating an architecture-specific backend
|
||||
--
|
||||
|
Loading…
Reference in New Issue
Block a user