Skip to content
Snippets Groups Projects
Verified Commit c86e1d87 authored by Moritz Angermann's avatar Moritz Angermann
Browse files

Import Word from Data.Word

parent 14545e78
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,7 @@ module ATTParser where
import Data.Functor ((<$>))
import Control.Applicative ((<|>))
import Data.Word (Word)
type ASM = [(String, [(String, String)])]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment