Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 174 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 174 Bytes

In range

Write a function with type:

in_range : 'a -> 'a -> 'a -> bool

such that in_range x a b evaluates to true iff the value x belongs to the range a..b.