// Description: Function module
#ifndef PASTELSYS_FUNCTION_H_MODULE
#define PASTELSYS_FUNCTION_H_MODULE
#include "pastel/sys/function/function_concept.h"
#include "pastel/sys/function/dereference_function.h"
#include "pastel/sys/function/first_function.h"
#include "pastel/sys/function/identity_function.h"
#include "pastel/sys/function/second_function.h"
#endif