forked from Yehowshua/RiscV-Formal
7 lines
98 B
Haskell
7 lines
98 B
Haskell
{-# LANGUAGE DataKinds #-}
|
|
{-# LANGUAGE NumericUnderscores #-}
|
|
|
|
module Read(read) where
|
|
|
|
read = 2
|