remove unused code

This commit is contained in:
Umur Ozkul 2022-04-14 17:02:01 +02:00
parent fb63d44ab9
commit 35f7077248

View File

@ -2,13 +2,13 @@ module ExpressionValue = ReducerInterface_ExpressionValue
type expressionValue = ExpressionValue.expressionValue type expressionValue = ExpressionValue.expressionValue
module Sample = { // module Sample = {
// In real life real libraries should be somewhere else // // In real life real libraries should be somewhere else
/* // /*
For an example of mapping polymorphic custom functions. To be deleted after real integration // For an example of mapping polymorphic custom functions. To be deleted after real integration
*/ // */
let customAdd = (a: float, b: float): float => {a +. b} // let customAdd = (a: float, b: float): float => {a +. b}
} // }
/* /*
Map external calls of Reducer Map external calls of Reducer