CanShift Dim
This commit is contained in:
parent
a11e4d5ef1
commit
568dba6f0b
1 changed files with 5 additions and 0 deletions
|
@ -61,6 +61,11 @@ prettyDSubst th =
|
||||||
|
|
||||||
export FromVar Dim where fromVar = B
|
export FromVar Dim where fromVar = B
|
||||||
|
|
||||||
|
export
|
||||||
|
CanShift Dim where
|
||||||
|
K e // _ = K e
|
||||||
|
B i // by = B (i // by)
|
||||||
|
|
||||||
export
|
export
|
||||||
CanSubst Dim Dim where
|
CanSubst Dim Dim where
|
||||||
K e // _ = K e
|
K e // _ = K e
|
||||||
|
|
Loading…
Reference in a new issue