package frama-c

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Fun.Operators

val ($) : ('b -> 'c) -> ('a -> 'b) -> 'a -> 'c

Function composition. See compose.