Used in a Sentence

applicative

Definitions, parts of speech, synonyms, and sentence examples for applicative.

Editorial note

Yes, applicative code is a relatively new development in Haskell: applicative functors were discovered only in 2008.

Examples19
Definitions4
Parts of speech2

Quick take

Having practical application; applicable.

Meaning at a glance

The clearest senses and uses of applicative gathered in one view.

adjective

Having practical application; applicable.

adjective

Involving the application of an operator on an operand.

noun

(grammar) A grammatical construct that casts a peripheral noun phrase as direct object.

Definitions

Core meanings and parts of speech for applicative.

adjective

(programming) Of a programming language: using successive functional transformations on data to arrive at a result.

Example sentences

1

Yes, applicative code is a relatively new development in Haskell: applicative functors were discovered only in 2008.

2

For OCaml: - row polymorphism (in particular polymorphic variants) - higher-order and applicative functors (not the Haskell thing).

3

Or the whole thing is an applicative if you take at face value his claim that add is pure.

4

Sure, being able to use Applicative reduces lots of code duplication, brings in better clarity and all..

5

I think the issue is whether the usage of applicative functors was necessary or just for the sake of being clever for no added benefit.

6

Without that context, all that can be done are superficial changes like monad/applicative; which in this case are very minor.

7

Habitually rewriting things in applicative and/or pointfree is a sure sign of a junior Haskell dev.

8

I don't know Alice ML but one advantage of using abstractions like Applicative is that you can write code which is polymorphic in the particular applicative you choose.

9

The use of Applicative is actually an attempt at clarity, by restricting the kinds of things that the code can actually do.

10

The author appears to be an experienced Haskeller, so I'm sure they're aware of applicative functors.

11

If you want to program in Haskell, you need to understand the languange's core abstractions—and, yes, applicative style is one of them at this point.

12

Now, if you're a beginner and you understand monads but not applicatives, you have an argument—the monadic code is familiar, and the applicative code isn't—but that just means you have more to learn.

Quote examples

1

The change they made was from a monad to an applicative, which is less "hands on", thus preferred.

2

As it name implies, Applicative is a kind of "effectful application".

3

Applicative> (fmap head (fmap lines (readFile "/etc/issue"))) "Ubuntu 15.04 \ \\l" The duplication of fmap is getting kind of tedious to me.

4

Applicative is basically a "static" data-flow graph; ie.

Proper noun examples

1

Applicative> addFiveSubtract3 0 Now you know (hopefully) how function composition works, how can you use it for real stuff?

2

If you can do that sensibly for any number of function arguments, you have an Applicative.

3

This would be a great pain if there weren't helpful ways (see Monad, Functor, and Applicative) to apply pure functions to them.

Frequently asked questions

Short answers drawn from the clearest meanings and examples for this word.

How do you use applicative in a sentence?

Yes, applicative code is a relatively new development in Haskell: applicative functors were discovered only in 2008.

What does applicative mean?

Having practical application; applicable.

What part of speech is applicative?

applicative is commonly used as adjective, noun.