@@ -22,31 +22,31 @@ import {default as defaultNotChecked} from './MyMath';
22
22
import * as Curry__Es6Import from 'rescript/lib/es6/curry.js' ;
23
23
const Curry : any = Curry__Es6Import ;
24
24
25
- // In case of type error, check the type of 'round' in 'ImportJsValue.re ' and './MyMath'.
25
+ // In case of type error, check the type of 'round' in 'ImportJsValue.res ' and './MyMath'.
26
26
export const roundTypeChecked : ( _1 :number ) => number = roundNotChecked ;
27
27
28
28
// Export 'round' early to allow circular import from the '.bs.js' file.
29
29
export const round : unknown = roundTypeChecked as ( _1 :number ) => number ;
30
30
31
- // In case of type error, check the type of 'area' in 'ImportJsValue.re ' and './MyMath'.
31
+ // In case of type error, check the type of 'area' in 'ImportJsValue.res ' and './MyMath'.
32
32
export const areaTypeChecked : ( _1 :point ) => number = areaNotChecked ;
33
33
34
34
// Export 'area' early to allow circular import from the '.bs.js' file.
35
35
export const area : unknown = areaTypeChecked as ( _1 :point ) => number ;
36
36
37
- // In case of type error, check the type of 'returnMixedArray' in 'ImportJsValue.re ' and './MyMath'.
37
+ // In case of type error, check the type of 'returnMixedArray' in 'ImportJsValue.res ' and './MyMath'.
38
38
export const returnMixedArrayTypeChecked : ( ) => numberOrString [ ] = returnMixedArrayNotChecked ;
39
39
40
40
// Export 'returnMixedArray' early to allow circular import from the '.bs.js' file.
41
41
export const returnMixedArray : unknown = returnMixedArrayTypeChecked as ( ) => numberOrString [ ] ;
42
42
43
- // In case of type error, check the type of 'useColor' in 'ImportJsValue.re ' and './MyMath'.
43
+ // In case of type error, check the type of 'useColor' in 'ImportJsValue.res ' and './MyMath'.
44
44
export const useColorTypeChecked : ( _1 :color ) => number = useColorNotChecked ;
45
45
46
46
// Export 'useColor' early to allow circular import from the '.bs.js' file.
47
47
export const useColor : unknown = useColorTypeChecked as ( _1 :color ) => number ;
48
48
49
- // In case of type error, check the type of 'higherOrder' in 'ImportJsValue.re ' and './MyMath'.
49
+ // In case of type error, check the type of 'higherOrder' in 'ImportJsValue.res ' and './MyMath'.
50
50
export const higherOrderTypeChecked : ( _1 :( ( _1 :number , _2 :number ) => number ) ) => number = higherOrderNotChecked ;
51
51
52
52
// Export 'higherOrder' early to allow circular import from the '.bs.js' file.
@@ -58,7 +58,7 @@ export const higherOrder: unknown = function (Arg1: any) {
58
58
return result
59
59
} as ( _1 :( ( _1 :number , _2 :number ) => number ) ) => number ;
60
60
61
- // In case of type error, check the type of 'convertVariant' in 'ImportJsValue.re ' and './MyMath'.
61
+ // In case of type error, check the type of 'convertVariant' in 'ImportJsValue.res ' and './MyMath'.
62
62
export const convertVariantTypeChecked : ( _1 :variant ) => variant = convertVariantNotChecked ;
63
63
64
64
// Export 'convertVariant' early to allow circular import from the '.bs.js' file.
@@ -71,13 +71,13 @@ export const convertVariant: unknown = function (Arg1: any) {
71
71
: { TAG : 1 , _0 :result . value } as any
72
72
} as ( _1 :variant ) => variant ;
73
73
74
- // In case of type error, check the type of 'polymorphic' in 'ImportJsValue.re ' and './MyMath'.
74
+ // In case of type error, check the type of 'polymorphic' in 'ImportJsValue.res ' and './MyMath'.
75
75
export const polymorphicTypeChecked : < a > ( _1 :a ) => a = polymorphicNotChecked ;
76
76
77
77
// Export 'polymorphic' early to allow circular import from the '.bs.js' file.
78
78
export const polymorphic : unknown = polymorphicTypeChecked as < a > ( _1 :a ) => a ;
79
79
80
- // In case of type error, check the type of 'default' in 'ImportJsValue.re ' and './MyMath'.
80
+ // In case of type error, check the type of 'default' in 'ImportJsValue.res ' and './MyMath'.
81
81
export const defaultTypeChecked : number = defaultNotChecked ;
82
82
83
83
// Export '$$default' early to allow circular import from the '.bs.js' file.
0 commit comments