mirror of
https://github.com/GaloisInc/macaw.git
synced 2024-11-24 00:42:28 +03:00
Minor comment changes
This commit is contained in:
parent
bfcee99d58
commit
53bca3285a
@ -1,10 +1,11 @@
|
||||
{-|
|
||||
Module : Data.Macaw.CFG
|
||||
Copyright : (c) Galois, Inc 2015-2016
|
||||
Maintainer : Joe Hendrix <jhendrix@galois.com>
|
||||
|
||||
Defines data types needed to represent control flow graphs from
|
||||
machine code.
|
||||
Defines data types needed to represent control flow graphs from machine code.
|
||||
|
||||
This is a low-level CFG representation where the entire program is a single CFG.
|
||||
|
||||
-}
|
||||
{-# LANGUAGE ConstraintKinds #-}
|
||||
{-# LANGUAGE DataKinds #-}
|
||||
|
Loading…
Reference in New Issue
Block a user