Skip to content
This repository was archived by the owner on May 22, 2026. It is now read-only.

Commit d4fae92

Browse files
update readme
1 parent 031669d commit d4fae92

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

data_structure/hash/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,13 @@
22

33
## HOW TO RUN
44

5+
### Haskell
6+
7+
`Hashable`はNon boot libraryなので、exposedされていない。そのため、以下のように`-package`オプションで明示的に指定して実行が必要。
8+
59
```shell
610
runghc -package=hashable hash.hs
711
```
812

9-
## 概要
13+
> [!NOTE]
14+
> HLSに認識させるために`hie.yaml`を追加した。

0 commit comments

Comments
 (0)