mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-30 12:51:10 +00:00
Update hash
This commit is contained in:
parent
ddcbe9859e
commit
d1fc1eb0ca
15 changed files with 28 additions and 28 deletions
4
doc/JA/API/modules/external/alstruct.md
vendored
4
doc/JA/API/modules/external/alstruct.md
vendored
|
@ -1,6 +1,6 @@
|
|||
# alstruct
|
||||
|
||||
[](https://gezf7g7pd5.execute-api.ap-northeast-1.amazonaws.com/default/source_up_to_date?owner=erg-lang&repos=erg&ref=main&path=doc/EN/API/modules/external/alstruct.md&commit_hash=06f8edc9e2c0cee34f6396fd7c64ec834ffb5352)
|
||||
[](https://gezf7g7pd5.execute-api.ap-northeast-1.amazonaws.com/default/source_up_to_date?owner=erg-lang&repos=erg&ref=main&path=doc/EN/API/modules/external/alstruct.md&commit_hash=14657486719a134f494e107774ac8f9d5a63f083)
|
||||
|
||||
代数的構造を表すトレイトや、それにかかるパッチを提供するモジュール。
|
||||
|
||||
|
@ -25,7 +25,7 @@ assert Nat.ReturnTypeof(Div) == Positive Ratio
|
|||
```python
|
||||
SemiGroup Op: Kind 2 = Op(Self, Self)
|
||||
|
||||
IntIsSemiGroupAdd = Patch Int, Impl=SemiGroup Add
|
||||
IntIsSemiGroupAdd = Patch Int, Impl := SemiGroup Add
|
||||
|
||||
Int <: SemiGroup Add
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue