as_capabl
なんか最近そのへんが少し変わる(変わった?)という噂も https://github.com/haskell/cabal/issues/6481
(前略) Loading package primitive-0.7.0.1 ... linking ... done. Loading package vector-0.12.1.2 ... linking ... done. Loading package hmatrix-0.20.0.0 ... PS (ディレクトリ名)>
extra-include-dirs: - C:\OpenBLAS\include extra-lib-dirs: - C:\OpenBLAS\bin - C:\OpenBLAS\lib - (略)\stack\x86_64-windows\msys2-20180531\usr\lib\gcc\x86_64-pc-msys\9.3.0 - (略)\stack\x86_64-windows\msys2-20180531\mingw64\bin
flags: hmatrix: openblas: true extra-include-dirs: [] extra-lib-dirs: - C:\libs
libgcc_s_seh-1.dll libgfortran.dll libgfortran-3.dll libopenblas.dll libquadmath-0.dll
$ stack new project
で新しくプロジェクトを始めた際の質問です!Spec.hs
の中に import Lib
と書いてて、`Lib.hs` に書いた関数をテストすれば良い?)について教えていただけると助かります!:
とは何のことですか。class Hoge a where hoge x = "implementation!"
:
とは何のことですか。