Replacing $
operator with more readable |>
operator
This commit is contained in:
parent
2b1c486c17
commit
0792bf3c7d
12 changed files with 122 additions and 101 deletions
|
@ -100,7 +100,8 @@ library
|
|||
Cpu,
|
||||
RegFiles,
|
||||
Fetch,
|
||||
Exceptions
|
||||
Exceptions,
|
||||
Util
|
||||
c-sources: c/uart_sim_device.c
|
||||
include-dirs: c
|
||||
default-language: Haskell2010
|
||||
|
|
Reference in a new issue