Idris2/tests/idris2/perf/perf009/B.idr
2023-09-07 14:57:22 +01:00

10 lines
94 B
Idris

module B
import Control.Monad.State
import A
public export
X : Type -> Type
X = State AFoo