Format Reducer code
Value: [0.0000001 to 0.0005]
This commit is contained in:
parent
f97751b989
commit
7e4477aeda
|
@ -81,7 +81,9 @@ function tag<a, b>(x: a, y: b): tagged<a, b> {
|
|||
return { tag: x, value: y };
|
||||
}
|
||||
|
||||
export abstract class internalCode { protected opaque!: any }; /* simulate opaque types */
|
||||
export abstract class internalCode {
|
||||
protected opaque!: any;
|
||||
} /* simulate opaque types */
|
||||
|
||||
export type squiggleExpression =
|
||||
| tagged<"symbol", string>
|
||||
|
|
Loading…
Reference in New Issue
Block a user